X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbuckettool.c;h=6458c539a1268ad342cdbcabc76b6967f3738ca2;hb=c70b0bd774606177c893f6869ece09d0fd1d9034;hp=5b503580ec9fbbb2e54e6a4344ee26e3bc053322;hpb=3ea54a36438924d1e7d0d66b864be846a079acf8;p=libucw.git diff --git a/lib/buckettool.c b/lib/buckettool.c index 5b503580..6458c539 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -236,7 +236,7 @@ cat(void) obuck_init(0); out = bfdopen_shared(1, 65536); - while (b = obuck_slurp_pool(&h)) + while (b = obuck_slurp_pool(&h, OBUCK_OID_ANY)) { bprintf(out, "### %08x %6d %08x\n", h.oid, h.length, h.type); if (h.type < BUCKET_TYPE_V33 || !buck_buf)