]> mj.ucw.cz Git - libucw.git/blobdiff - lib/buckettool.c
Introduced COMPARE macro for use in sorter callbacks.
[libucw.git] / lib / buckettool.c
index c911e5ce694937f5e111e56354bd4314a0b5bf1e..aeec5373def62cc4861c6558fd2436068e19be54 100644 (file)
@@ -96,7 +96,7 @@ extract(char *id)
   b = obuck_fetch();
   while ((l = bread(b, buf, sizeof(buf))))
     fwrite(buf, 1, l, stdout);
-  obuck_fetch_end(b);
+  bclose(b);
   obuck_cleanup();
 }