bug fix
This commit is contained in:
parent
75e9a65bcd
commit
46cfcbdf43
|
@ -8,7 +8,7 @@ register char *name;
|
||||||
q = name;
|
q = name;
|
||||||
while (*q && *q++ == *p++) /* nothing */ ;
|
while (*q && *q++ == *p++) /* nothing */ ;
|
||||||
if (*q || *p != '=') continue;
|
if (*q || *p != '=') continue;
|
||||||
return(p);
|
return(p+1);
|
||||||
}
|
}
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue