mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
Merge pull request #1308 from Azaezel/alpha41/loglunk2
(backup) correct malformed error reporting
This commit is contained in:
commit
bb81b687eb
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ yyreport_syntax_error (const yypcontext_t *ctx)
|
|||
output += String::ToString("%5s | %*s", "", loc->first_column, "^");
|
||||
}
|
||||
|
||||
yyerror(output.c_str());
|
||||
yyerror("%s", output.c_str());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue