Fix some format string errors

This was SVN commit r9534.
This commit is contained in:
Ykkrosh
2011-05-18 19:10:36 +00:00
parent 069f567f7e
commit 1075e206f7
10 changed files with 82 additions and 26 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ std::vector<std::string> CSimulation2::GetRMSData()
{
// Some error reading directory
wchar_t error[200];
LOGERROR(L"Error reading directory '%ls': %hs", path.string().c_str(), StatusDescription(ret, error, ARRAY_SIZE(error)));
LOGERROR(L"Error reading directory '%ls': %ls", path.string().c_str(), StatusDescription(ret, error, ARRAY_SIZE(error)));
}
return data;