mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
[Refs #87: Static Analysis] Use correct string for wcsrchr
This commit is contained in:
@@ -158,7 +158,7 @@ static bool InitDbgHelp()
|
||||
}
|
||||
else
|
||||
{
|
||||
slash = wcsrchr(slash, '/');
|
||||
slash = wcsrchr(path, '/');
|
||||
|
||||
if(slash == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user