Skip to content
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

Fix bug when RAR extension is capitalized #63

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Conversation

davidnewhall
Copy link
Contributor

@davidnewhall davidnewhall commented Jun 30, 2024

This fixes two bugs when scanning for archives to extract.

  1. If a multi part rar archive has a capital .RAR extension, the app will attempt to extract the .r00 file.
  2. If two rar archives exist in the same folder, where one has a .rar and one starts at .r00, the .r00 will be skipped.

The test case was updated slightly to catch both of these if there is a code regression.

@davidnewhall davidnewhall merged commit 93fa524 into main Jun 30, 2024
8 checks passed
@davidnewhall davidnewhall deleted the dn2_fix_R00_bug branch June 30, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant