1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 15:27:46 +00:00

SIGMA: Fixed compiler warning

This commit is contained in:
Mark Pizzolato 2017-03-09 08:38:22 -08:00
parent 15b19193ed
commit c3e1117728

View File

@ -491,7 +491,7 @@ t_stat lp_read_cct (FILE *cfile)
{
uint32 col, rpt, ptr, mask;
uint8 cctbuf[CCT_LNT];
char *cptr;
const char *cptr;
t_stat r;
char cbuf[CBUFSIZE], gbuf[CBUFSIZE];