mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
I1620: CDR error messages consistent between 3.X and 4.X
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user