mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
* fixed missing string for error output
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@314 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
0e5c89d2c0
commit
2c4c4aead7
1 changed files with 7 additions and 7 deletions
|
@ -659,7 +659,7 @@ static void ASE_KeyMESH_TVERTLIST( const char *token )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Error( "Unknown token '%s' while parsing MESH_TVERTLIST" );
|
Error( "Unknown token '%s' while parsing MESH_TVERTLIST", token );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue