Skip to content

Commit

Permalink
Merge pull request #1308 from Azaezel/alpha41/loglunk2
Browse files Browse the repository at this point in the history
(backup) correct malformed error reporting
  • Loading branch information
Azaezel committed Aug 28, 2024
2 parents 5d4925b + 30dcf0b commit bb81b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/source/console/torquescript/CMDgram.y
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit bb81b68

Please sign in to comment.