mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +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
|
|
@ -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