mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed script developer printf
This commit is contained in:
parent
244220f031
commit
efed6d0eac
5 changed files with 9 additions and 9 deletions
|
@ -783,7 +783,7 @@ void yyreducepos(uint32_t off)
|
|||
|
||||
void yylexerror( const char *msg )
|
||||
{
|
||||
gi.Printf( "%s\n%s", msg, yytext );
|
||||
gi.DPrintf( "%s\n%s", msg, yytext );
|
||||
assert( 0 );
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ void yyreducepos(uint32_t off)
|
|||
|
||||
void yylexerror( const char *msg )
|
||||
{
|
||||
gi.Printf( "%s\n%s", msg, yytext );
|
||||
gi.DPrintf( "%s\n%s", msg, yytext );
|
||||
assert( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue