]> mj.ucw.cz Git - libucw.git/blobdiff - lib/buckettool.c
Let bskip() return success.
[libucw.git] / lib / buckettool.c
index 5b503580ec9fbbb2e54e6a4344ee26e3bc053322..6458c539a1268ad342cdbcabc76b6967f3738ca2 100644 (file)
@@ -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)