From 3eb2a800b1f42ad2c5519abbab3d7deeda012645 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 16 Oct 2016 21:50:35 -0400 Subject: [PATCH] SCP: Fixed bug in handling records longer then 80 character. --- sim_card.c | 1 - 1 file changed, 1 deletion(-) 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;