mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
Fixed and added some paths
This commit is contained in:
@@ -83,7 +83,7 @@ namespace Shared {
|
||||
|
||||
if (fileStream.is_open() == false) {
|
||||
if (SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem, "In [%s::%s Line: %d] path = [%s]\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__, path.c_str());
|
||||
printf("%s", "\nFile NOT FOUND, can't open file: [" + path + "]\n");
|
||||
printf("%s", ("\nFile NOT FOUND, can't open file: [" + path + "]\n").c_str());
|
||||
}
|
||||
|
||||
if (clearCurrentProperties == true) {
|
||||
|
Reference in New Issue
Block a user