mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-26 12:35:33 +00:00
Fix file_system.cpp for Win32 version without PIDLs
This commit is contained in:
parent
6f6e101ab3
commit
10722f1bec
@ -1102,7 +1102,7 @@ static std::string get_key_for_filename(const std::string& filename)
|
||||
std::string buf(filename);
|
||||
|
||||
#if !defined CASE_SENSITIVE
|
||||
buf.tolower();
|
||||
buf = base::string_to_lower(buf);
|
||||
#endif
|
||||
buf = base::fix_path_separators(buf);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user