mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
B5500: Fixed DTC to fix error caused by SCP changes.
This commit is contained in:
parent
e5a2c3dd2d
commit
4d530f5bf3
@ -727,7 +727,8 @@ dtco_srv(UNIT * uptr)
|
||||
t = 0;
|
||||
continue; /* On to next line */
|
||||
}
|
||||
sim_debug(DEBUG_DATA, &dtc_dev,
|
||||
if (c1 != 0)
|
||||
sim_debug(DEBUG_DATA, &dtc_dev,
|
||||
"Datacomm transmit %d %02o %c\n", ln, c&077, c1);
|
||||
tmxr_putc_ln(&dtc_ldsc[ln], c1);
|
||||
if (c1 == '\n') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user