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 issue #202 - multiple dots in file name #205

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

intvsteve
Copy link
Owner

User encountered this bug when Ms. Pac-Man and Ms. Night Stalker were both in the same folder. The but was due to using System.IO.Path.ChangeExtension after removing the original file extension (.bin) and replacing it with _bin. Subsequent code then assumed no file extension would be present, so Ms. Pac-Man_bin changed to Ms.luigi. This would happen for both files, resulting in only one .luigi file being on disk and sent to the cartridge.

User encountered this bug when Ms. Pac-Man and Ms. Night Stalker were both in the same folder. The but was due to using System.IO.Path.ChangeExtension after removing the original file extension (.bin) and replacing it with _bin. Subsequent code then assumed no file extension would be present, so Ms. Pac-Man_bin changed to Ms.luigi. This would happen for both files, resulting in only one .luigi file being on disk and sent to the cartridge.
@intvsteve intvsteve merged commit 9486b43 into master Jun 23, 2018
@intvsteve intvsteve deleted the intvsteve-fix-issue202-dots-in-filename branch June 23, 2018 20:44
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