]> mj.ucw.cz Git - libucw.git/commitdiff
Line buffers are back on their original sizes, closes Bug #251.
authorMartin Mares <mj@ucw.cz>
Sat, 4 Jan 2003 13:56:46 +0000 (13:56 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 4 Jan 2003 13:56:46 +0000 (13:56 +0000)
lib/object.c

index d3e9b9aa4f45c316f2c0cdbed8e630f3d9786014..92d8dd24a4c8774578151f356a12afeb09bcca08 100644 (file)
@@ -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;