From a1732b7130721481fd9486b9f4aab37d1507e386 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Mon, 28 Jun 2004 13:59:03 +0000 Subject: [PATCH] one mis-commit fixed --- lib/buckettool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/buckettool.c b/lib/buckettool.c index 4b7847a5..2d1dd339 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -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); -- 2.39.2