diff --git a/sim_card.c b/sim_card.c index 7f8d375..c8fbf4e 100644 --- a/sim_card.c +++ b/sim_card.c @@ -913,7 +913,6 @@ sim_punch_card(UNIT * uptr, UNIT *stkuptr) out[outp++] = (col & 07) + '0'; } out[outp++] = '\n'; - out[outp++] = '\0'; sim_debug(DEBUG_CARD, dptr, "%s", &out[4]); break;