Fix wrong string format specifier

This commit is contained in:
baldurk
2020-08-19 10:47:28 +01:00
parent 73cc1f5476
commit 15f35931df
+1 -1
View File
@@ -878,7 +878,7 @@ Win32CallstackResolver::Win32CallstackResolver(bool interactive, byte *moduleDB,
if(pdbIgnores.contains(m.name))
{
RDCWARN("Not attempting to get symbols for %ls", m.name.c_str());
RDCWARN("Not attempting to get symbols for %s", m.name.c_str());
modules.push_back(m);
continue;