* debugger/mcs51/break.c, debugger/mcs51/cmd.c,
[fw/sdcc] / as / z80 / asout.c
index 5d756469001fc1061bddb0454b58e734de1e774a..df9254e620570b45e6e8bcdf8ae9674c07b9070f 100644 (file)
@@ -611,7 +611,7 @@ outbuf(char *s)
                 fprintf(ofp, "T");
                 out(txt,(int) (txtp-txt));
                 fprintf(ofp, "\n");
-                fprintf(ofp, s);
+                fprintf(ofp, "%s", s);
                 out(rel,(int) (relp-rel));
                 fprintf(ofp, "\n");
         }