SIGMA: Fixed compiler warning
This commit is contained in:
parent
15b19193ed
commit
c3e1117728
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ t_stat lp_read_cct (FILE *cfile)
|
||||||
{
|
{
|
||||||
uint32 col, rpt, ptr, mask;
|
uint32 col, rpt, ptr, mask;
|
||||||
uint8 cctbuf[CCT_LNT];
|
uint8 cctbuf[CCT_LNT];
|
||||||
char *cptr;
|
const char *cptr;
|
||||||
t_stat r;
|
t_stat r;
|
||||||
char cbuf[CBUFSIZE], gbuf[CBUFSIZE];
|
char cbuf[CBUFSIZE], gbuf[CBUFSIZE];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue