Skip to content

Commit a9ff3c5

Browse files
committed
fix compiler warning
1 parent 80384e0 commit a9ff3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/parse/parselo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ void read_raw_file_text(const char *filename, int mode, char *raw_text)
24302430

24312431
// Compare filename by lowercase string
24322432
SCP_string key = filename;
2433-
std::transform(key.begin(), key.end(), key.begin(), ::tolower);
2433+
SCP_tolower(key);
24342434

24352435
// Check for a hash
24362436
auto it = retail_hashes.find(key);

0 commit comments

Comments
 (0)