Fix a few more compiler warnings.
This commit is contained in:
parent
0936c8f216
commit
90d5708d84
8 changed files with 11 additions and 7 deletions
|
|
@ -234,7 +234,7 @@ parse_opts(char *str)
|
|||
void
|
||||
strucpy(char *s1, char *s2, int len)
|
||||
{
|
||||
reg char *sp;
|
||||
const char *sp;
|
||||
|
||||
while (len-- > 0) {
|
||||
strcpy(s1, (sp = unctrl(*s2)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue