mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
* fixed missing string for error output
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/1.5@314 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
34844894df
commit
58f2e361fc
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