We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bc12b commit 03a6b4eCopy full SHA for 03a6b4e
backends/nucode/outnu.c
@@ -1903,7 +1903,7 @@ NuCompileExpression(NuIrList *irl, AST *node) {
1903
if (x == 0) {
1904
AST *astmsg = node->right;
1905
const char *msg = GetStringFromAst(astmsg);
1906
- ERROR(node, msg);
+ ERROR(node, "%s", msg);
1907
}
1908
return 0;
1909
0 commit comments