mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix wrong string format specifier
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user