mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer
This commit is contained in:
parent
6d61821e3c
commit
9fdd8a8706
@ -1862,7 +1862,7 @@ for (i = 0; i < mp->lines; i++) { /* loop thru lines */
|
||||
} /* end case state */
|
||||
} /* end for char */
|
||||
if (nbytes != (lp->rxbpi-lp->rxbpr)) {
|
||||
tmxr_debug (TMXR_DBG_RCV, lp, "Remaining", &(lp->rxb[lp->rxbpi]), lp->rxbpi-lp->rxbpr);
|
||||
tmxr_debug (TMXR_DBG_RCV, lp, "Remaining", &(lp->rxb[lp->rxbpr]), lp->rxbpi-lp->rxbpr);
|
||||
}
|
||||
}
|
||||
} /* end else nbytes */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user