src: broad refactoring to use FilePath.wstr() where easily possible
This commit is contained in:
@@ -42,7 +42,7 @@ namespace
|
||||
path.concatenate(toAppend);
|
||||
}
|
||||
pathList.push_back(path);
|
||||
LOG_INFO("Found directory \"" + path.str() + "\".");
|
||||
LOG_INFO(L"Found directory \"" + path.wstr() + L"\".");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user