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:
parent
15b19193ed
commit
c3e1117728
@ -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];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user