From f4c17cb7aa1517739c5aea5155e17fc9d1b2f05e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 16 May 2012 15:18:44 +0000 Subject: another attempt to port the robust parser to MacOS --- src/runtime/c/gu/seq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/gu/seq.c') diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c index 761d8d945..fda1be99c 100644 --- a/src/runtime/c/gu/seq.c +++ b/src/runtime/c/gu/seq.c @@ -304,6 +304,7 @@ gu_buf_out(GuBuf* buf, GuPool* pool) bout->stream.output = gu_buf_out_output; bout->stream.begin_buf = gu_buf_outbuf_begin; bout->stream.end_buf = gu_buf_outbuf_end; + bout->stream.flush = NULL; bout->buf = buf; return gu_new_out(&bout->stream, pool); } -- cgit v1.2.3