| author | |
| committer | |
| log | 1d6d6d522877243772550edfb0df12c21ed63376 |
| tree | e07e0f7dd022d5afe9c4e14fe0323c85c60bc9f7 |
| parent | 12b195f9d507bfc0aa4d0199972ae32d096ef1ad |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 0 insertions(+), 1 deletions(-)
src/buffer.cpp-1| ... | ... | @@ -61,7 +61,6 @@ void buf_appendf(Buf *buf, const char *format, ...) { |
| 61 | 61 | |
| 62 | 62 | // these functions are not static inline so they can be better used as template parameters |
| 63 | 63 | bool buf_eql_buf(Buf *buf, Buf *other) { |
| 64 | assert(buf->list.length); | |
| 65 | 64 | return buf_eql_mem(buf, buf_ptr(other), buf_len(other)); |
| 66 | 65 | } |
| 67 | 66 |