Bug?: Extraction of a selected file #872
Replies: 1 comment 1 reply
-
I checked in 3.0.10. In this version, it's working. So looks like it's a bug in the last version (4.0.10) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using minizip (4.0.10) for the first time. It works well, but now I am facing a problem where I cannot extract a selected file. I tried in my code using the library, and the same happens if I use minizip.exe like:
cmd: minizip.exe -x -o "C:\Users...\PCFC.7z" "temp.prf"
All files will be extracted.
the same happens in c++ in"minizip.c" with filename in *pattern:
int32_t minizip_extract(const char *path, const char *pattern, const char *destination, const char *password, minizip_opt *options)
Maybe I am doing something wrong or is it a bug?
Can anybody help me?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions