Fix char* -> unsigned char* conversion error
This commit is contained in:
parent
709ee95309
commit
9fed28a24b
@ -546,7 +546,7 @@ int pc_compile(int argc, char *argv[])
|
|||||||
while (pc_readsrc(fsrc,tstring,sizeof tstring)!=NULL) {
|
while (pc_readsrc(fsrc,tstring,sizeof tstring)!=NULL) {
|
||||||
pc_writesrc(ftmp,tstring);
|
pc_writesrc(ftmp,tstring);
|
||||||
} /* while */
|
} /* while */
|
||||||
pc_writesrc(ftmp,"\n");
|
pc_writesrc(ftmp,(unsigned char*)"\n");
|
||||||
pc_closesrc(fsrc);
|
pc_closesrc(fsrc);
|
||||||
} /* for */
|
} /* for */
|
||||||
pc_closesrc(ftmp);
|
pc_closesrc(ftmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user