Partial fix for hints
Obtained from: mux
This commit is contained in:
parent
3eee035c5b
commit
fc1218bb71
@ -150,9 +150,11 @@ res_find(int *line, int *startln,
|
||||
break;
|
||||
if (use_kenv)
|
||||
cp = kenvp[++i];
|
||||
while (*cp != '\0')
|
||||
else {
|
||||
while (*cp != '\0')
|
||||
cp++;
|
||||
cp++;
|
||||
cp++;
|
||||
}
|
||||
if (*cp == '\0') {
|
||||
cp = NULL;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user