1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-08 01:01:44 +00:00

SCP: Fixed bug in handling records longer then 80 character.

This commit is contained in:
Richard Cornwell
2016-10-16 21:50:35 -04:00
parent 3053066856
commit 3eb2a800b1

View File

@@ -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;