From d955a64948e2bd4cab721567bdeed8a809331acb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Jan 2003 13:56:46 +0000 Subject: [PATCH] Line buffers are back on their original sizes, closes Bug #251. --- lib/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/object.c b/lib/object.c index d3e9b9aa..92d8dd24 100644 --- a/lib/object.c +++ b/lib/object.c @@ -63,7 +63,7 @@ obj_free(struct odes *o) int obj_read(struct fastbuf *f, struct odes *o) { - byte buf[4096]; + byte buf[1024]; struct oattr **last = &o->attrs; struct oattr *a, *la; -- 2.39.2