mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7956] Fixed possible runtime crash.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
07fe1cfd04
commit
0a413723ec
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7955"
|
||||
#define REVISION_NR "7956"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue