forked from CorsixTH/CorsixTH
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Case sensitive file system support for AnimViewer.
With this patch the case of each part of the path or file name being loaded/saved is checked against the file system, so if all your files are lowercase or mixed case it will still work. E.g. data instead of DATA. On case insensitive file systems nothing additional is done. Fixes issue 1136. Thanks, Stephen!
- Loading branch information
Showing
2 changed files
with
100 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters