I1620: CDR error messages consistent between 3.X and 4.X

This commit is contained in:
Mark Pizzolato 2017-06-12 19:22:41 -07:00
parent 2e0110f37e
commit 13dbe1e322

View file

@ -367,7 +367,7 @@ if ((i = strlen (cdr_buf)) > 0) { /* anything at all? */
} }
else { /* line too long */ else { /* line too long */
ind[IN_RDCHK] = 1; ind[IN_RDCHK] = 1;
sim_printf ("CDR line too long"); sim_perror ("CDR line too long");
return SCPE_IOERR; return SCPE_IOERR;
} }
} }