mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
correct malformed error reporting
This commit is contained in:
parent
0d07823ecd
commit
24a1636edd
|
|
@ -3363,7 +3363,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…
Reference in a new issue