This commit is contained in:
ceriel 1987-02-05 16:22:42 +00:00
parent 75e9a65bcd
commit 46cfcbdf43

View file

@ -8,7 +8,7 @@ register char *name;
q = name;
while (*q && *q++ == *p++) /* nothing */ ;
if (*q || *p != '=') continue;
return(p);
return(p+1);
}
return(0);
}