zip-reader: Read the whole central directory at .zip open time.
[pspp] / tests / libpspp / zip-test.c
index 011d123841535b3e853ef4a66b730d9b1955f14c..aea62824bb3c51a71e1b145fced28d1dfd51c014 100644 (file)
@@ -96,6 +96,7 @@ main (int argc, char **argv)
            {
              fwrite (buf, x, 1, fp);
            }
+          zip_member_finish (zm);
          fclose (fp);
          if ( x < 0)
            {