changeset 1345 | 29ab417d9453 |
parent 1343 | 26cfac1a1f6f |
child 1368 | 83e1fbf94f30 |
--- a/src/archiver_zip.c Fri Feb 07 16:22:43 2014 -0500 +++ b/src/archiver_zip.c Fri Feb 07 16:23:12 2014 -0500 @@ -429,7 +429,7 @@ int found = 0; filelen = io->length(io); - BAIL_IF_MACRO(filelen == -1, ERRPASS, 0); + BAIL_IF_MACRO(filelen == -1, ERRPASS, -1); /* * Jump to the end of the file and start reading backwards.