]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/antlr/fset2.c
BaseTools: fix format-security build warnings
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / antlr / fset2.c
index 7f686a53d57158a8707df207bed466efc38d5059..fe1b4d624205e135efd10c228f5e02d1d002e983 100644 (file)
@@ -2210,7 +2210,7 @@ void MR_backTraceReport()
       if (p->ntype != nToken) continue;\r
       tn=(TokNode *)p;\r
       if (depth != 0) fprintf(stdout," ");\r
-      fprintf(stdout,TerminalString(tn->token));\r
+      fprintf(stdout, "%s", TerminalString(tn->token));\r
       depth++;\r
       if (! MR_AmbAidMultiple) {\r
         if (set_nil(tn->tset)) {\r