[7956] Fixed possible runtime crash.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-05 02:22:28 +02:00
parent 07fe1cfd04
commit 0a413723ec
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7955"
#define REVISION_NR "7956"
#endif // __REVISION_NR_H__

View file

@ -371,7 +371,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;
}