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

TranslatePath should handle case differences #43

Open
JayFoxRox opened this issue Nov 29, 2017 · 0 comments
Open

TranslatePath should handle case differences #43

JayFoxRox opened this issue Nov 29, 2017 · 0 comments
Labels
easy Issues which are easy to solve, so they are ideal task for beginners who just joined the project enhancement A feature request or request for non-critical improvements

Comments

@JayFoxRox
Copy link
Member

JayFoxRox commented Nov 29, 2017

All paths must currently be all-lowercase.
This should be fixed by properly searching for a matching filename.

If filenames are different, you will get an error like this:

lpText 0x4B7E44 ('Error:  Please reinstall program from CD-ROM.
       Press OK to exit to desktop.')
lpCaption 0x4B7E98 ('BAD INSTALL')

The search for a matching file should happen with dirent.h

@JayFoxRox JayFoxRox added the enhancement A feature request or request for non-critical improvements label Nov 29, 2017
@JayFoxRox JayFoxRox added the easy Issues which are easy to solve, so they are ideal task for beginners who just joined the project label Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Issues which are easy to solve, so they are ideal task for beginners who just joined the project enhancement A feature request or request for non-critical improvements
Projects
None yet
Development

No branches or pull requests

1 participant