mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
More picky compiler / standards fixes
This commit is contained in:
@ -66,7 +66,7 @@ void plNetClientRecorder::IMakeFilename(const char* recName, char* path)
|
||||
CreateDirectory(path, NULL);
|
||||
#endif
|
||||
|
||||
char* lastDot = strrchr(recName, '.');
|
||||
const char* lastDot = strrchr(recName, '.');
|
||||
if (lastDot)
|
||||
strncat(path, recName, lastDot-recName);
|
||||
else
|
||||
|
Reference in New Issue
Block a user