[7956] Fixed possible runtime crash. Author: ApoC

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-05 17:15:07 -05:00
parent e354594925
commit 0014b403eb

View File

@@ -373,7 +373,7 @@ namespace VMAP
if(!rf)
{
printf("ERROR: Can't open model file in form: %s",pModelFilename.c_str());
printf("... or form: %s",filename );
printf("... or form: %s",filename.c_str() );
return false;
}