I1620: CDR error messages consistent between 3.X and 4.X
This commit is contained in:
parent
2e0110f37e
commit
13dbe1e322
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue