mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
(backup) correct malformed error reporting
This commit is contained in:
parent
24a1636edd
commit
30dcf0bf78
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, "^");
|
output += String::ToString("%5s | %*s", "", loc->first_column, "^");
|
||||||
}
|
}
|
||||||
|
|
||||||
yyerror(output.c_str());
|
yyerror("%s", output.c_str());
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue