-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with file mask #2633
Comments
You can probably work around with
|
@megadalp When I used Windows' For Lines 225 to 230 in 22b65cc
but this doesn't explain the problem. I am sorry but I don't have more time to look into this. @neheb do you have any thoughts? |
No real idea. I know std::filesystem differs between MSVC and GCC but that's about it. For the MSYS2 case, I'm pretty sure the shell takes care of expanding *. |
Yep, It says Windows commands themselves must implement the globbing - I don't think exiv2 did something specific like this for Windows, ever? |
I repeated the same test with exiv2-0.27.5-2019msvc64.zip and it didn't work for me. Perhaps the user had used this version with a different OS. |
Closing this. There's no bug here. |
Describe the bug
Version
It is not possible to specify a file mask.
To Reproduce
Check files:
Not working:
For a specific filename everything works:
exiv2 print 1/IMG20230506184919.jpg
Desktop (please complete the following information):
Additional context
in version 0.25 it still worked, it broke since version 0.27.7
The text was updated successfully, but these errors were encountered: