ext/oj/dump_leaf.c in oj-3.7.5 vs ext/oj/dump_leaf.c in oj-3.7.6
- old
+ new
@@ -225,10 +225,10 @@
}
void
oj_write_leaf_to_file(Leaf leaf, const char *path, Options copts) {
char buf[4096];
- struct _Out out;
+ struct _out out;
size_t size;
FILE *f;
out.buf = buf;
out.end = buf + sizeof(buf) - BUFFER_EXTRA;