From abaeb33a2ff17fba3dff4d2a93419090031141f9 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 19 Sep 2019 19:49:48 -0400 Subject: [PATCH] SEL32: Fixed typo. --- SEL32/sel32_com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SEL32/sel32_com.c b/SEL32/sel32_com.c index bbbad70..1959ced 100644 --- a/SEL32/sel32_com.c +++ b/SEL32/sel32_com.c @@ -794,7 +794,7 @@ endit: goto endit; /* done */ /* just dump the char */ // /* xmt disabled, just wait around */ - sim_debug(DEBUG_CMD, &com_dev, "com_srvo write dumping char %c on line %04\n", ch, ln); + sim_debug(DEBUG_CMD, &com_dev, "com_srvo write dumping char %c on line %04x\n", ch, ln); tmxr_poll_tx(&com_desc); /* poll xmt */ //?? sim_activate(uptr, coml_unit[ln].wait); /* wait */ sim_activate(uptr, uptr->wait); /* wait */