mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix not calling c_str() in varargs parameter
This commit is contained in:
@@ -201,7 +201,7 @@ int renderdoccmd(int argc, char **argv)
|
||||
|
||||
if(!f)
|
||||
{
|
||||
fprintf(stderr, "Couldn't open destination file '%s'.", jpgname);
|
||||
fprintf(stderr, "Couldn't open destination file '%s'.", jpgname.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user