From 93f14f76fbf380a439cdedc1a8aa14c3f1eed8ed Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 20 Mar 2012 11:13:17 -0700 Subject: [PATCH] Compile cleanups --- Ibm1130/ibm1130_cr.c | 2 +- swtp/swtp_dsk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ibm1130/ibm1130_cr.c b/Ibm1130/ibm1130_cr.c index 6d262da4..62230842 100644 --- a/Ibm1130/ibm1130_cr.c +++ b/Ibm1130/ibm1130_cr.c @@ -944,7 +944,7 @@ t_stat load_cr_boot (int drvno, int switches) #ifdef GUI_SUPPORT remark_cmd(msg); #else - printf("", msg); + printf("%s", msg); #endif } diff --git a/swtp/swtp_dsk.c b/swtp/swtp_dsk.c index b41943ef..9c8c7d38 100644 --- a/swtp/swtp_dsk.c +++ b/swtp/swtp_dsk.c @@ -408,7 +408,7 @@ int32 fdccmd(int32 io, int32 data) #endif break; default: - printf("Unknown FDC command %02X\n\r", data); + printf("Unknown FDC command %02XH\n\r", data); } } else { /* read status from fdc */ val = cur_flg[cur_dsk]; /* set return value */