mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Tiny fixes related to bad printf formatting and sizes
This commit is contained in:
parent
ae054364cc
commit
3cc1e89b45
12 changed files with 96 additions and 98 deletions
|
@ -1815,7 +1815,7 @@ void ScriptVariable::operator%=( const ScriptVariable& value )
|
|||
default:
|
||||
Clear();
|
||||
|
||||
throw ScriptException( "binary '%' applied to incompatible types '%s' and '%s'", typenames[ GetType() ], typenames[ value.GetType() ] );
|
||||
throw ScriptException( "binary '%%' applied to incompatible types '%s' and '%s'", typenames[ GetType() ], typenames[ value.GetType() ] );
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue