Fix not calling c_str() in varargs parameter

This commit is contained in:
baldurk
2015-11-24 21:47:35 +01:00
parent c593986bf8
commit c1be165f49
+1 -1
View File
@@ -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
{