mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-17 13:07:53 +00:00
KA10: More LPT changes.
This commit is contained in:
@@ -182,7 +182,7 @@ lpt_printline(UNIT *uptr, int nl) {
|
||||
lpt_buffer[uptr->POS++] = '\n';
|
||||
uptr->LINE++;
|
||||
}
|
||||
if (nl < 0 && uptr->LINE > (int32)uptr->capac) {
|
||||
if (nl > 0 && uptr->LINE > (int32)uptr->capac) {
|
||||
lpt_buffer[uptr->POS++] = '\f';
|
||||
uptr->LINE = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user