Partial fix for hints

Obtained from:  mux
This commit is contained in:
Peter Wemm 2002-04-27 22:25:13 +00:00
parent 3eee035c5b
commit fc1218bb71

View File

@ -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;