mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
I1620: CDR error messages consistent between 3.X and 4.X
This commit is contained in:
parent
2e0110f37e
commit
13dbe1e322
@ -367,7 +367,7 @@ if ((i = strlen (cdr_buf)) > 0) { /* anything at all? */
|
||||
}
|
||||
else { /* line too long */
|
||||
ind[IN_RDCHK] = 1;
|
||||
sim_printf ("CDR line too long");
|
||||
sim_perror ("CDR line too long");
|
||||
return SCPE_IOERR;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user