mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -279,7 +279,7 @@ hsBool pfConsoleEngine::ExecuteFile( const wchar_t *fileName )
|
||||
|
||||
if( !RunCommand( string, DummyPrintFn ) )
|
||||
{
|
||||
sprintf( string, "Error in console file %s, command line %d: %s", fileName, line, fErrorMsg );
|
||||
sprintf( string, "Error in console file %S, command line %d: %s", fileName, line, fErrorMsg );
|
||||
ISetErrorMsg( string );
|
||||
stream->Close();
|
||||
delete stream;
|
||||
|
Reference in New Issue
Block a user