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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user