diff options
Diffstat (limited to 'buf.c')
-rw-r--r-- | buf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1125,7 +1125,8 @@ static struct strm_ops buf_strm_ops = stream_print_op, stream_destroy_op, buf_strm_mark, - cobj_eq_hash_op), + cobj_eq_hash_op, + 0), wli("buf-stream"), buf_strm_put_string, buf_strm_put_char, |