]> mj.ucw.cz Git - libucw.git/commitdiff
one mis-commit fixed
authorRobert Spalek <robert@ucw.cz>
Mon, 28 Jun 2004 13:59:03 +0000 (13:59 +0000)
committerRobert Spalek <robert@ucw.cz>
Mon, 28 Jun 2004 13:59:03 +0000 (13:59 +0000)
lib/buckettool.c

index 4b7847a566a49ec7341807c724eb062686492fd2..2d1dd339f81c3da8dbfb5c768c89e5ee757e92be 100644 (file)
@@ -102,6 +102,7 @@ dump_oattr(struct fastbuf *out, struct oattr *oa)
 static void
 dump_parsed_bucket(struct fastbuf *out, struct obuck_header *h, struct fastbuf *b)
 {
+  mp_flush(pool);
   struct odes *o = obj_read_bucket(buck_buf, pool, h->type, h->length, b, NULL);
   if (!o)
     bprintf(out, "Cannot parse bucket %x of type %x and length %d: %m\n", h->oid, h->type, h->length);