[Refs #87: Static Analysis] Use correct string for wcsrchr

This commit is contained in:
baldurk
2014-10-05 19:01:17 +01:00
parent 5e9cdde3a0
commit b061ad2263
+1 -1
View File
@@ -158,7 +158,7 @@ static bool InitDbgHelp()
}
else
{
slash = wcsrchr(slash, '/');
slash = wcsrchr(path, '/');
if(slash == 0)
{