Fix line missed from last patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-04-12 21:59:19 +00:00
parent f902b37937
commit d929f55abe
2 changed files with 6 additions and 1 deletions

View file

@ -383,7 +383,7 @@ static char **_gnu_noobjc_env;
}
argument = 0;
position = 0;
while (1)
while (argument < _gnu_noobjc_argc)
{
c = getc(ifp);
if ((c == EOF) || (c == 0)) // End of a parameter