mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
More robust recovery method, seek to next local header and seek backward for data descriptor. #431
This commit is contained in:
parent
28d87dd8b8
commit
545d729594
2 changed files with 75 additions and 33 deletions
|
|
@ -758,7 +758,6 @@ int main(int argc, const char *argv[])
|
|||
err = minizip_add(path, password, &options, argc - (path_arg + 1), &argv[path_arg + 1]);
|
||||
}
|
||||
|
||||
|
||||
return err;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue