mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
ce64c6f672
commit
339d08205e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-04-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSProcessInfo.m ([load]): Fixed single line change somehow
|
||||
missed from last patch.
|
||||
|
||||
2001-04-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/NSLock.h: Include thrmach.h if NeXT_RUNTIME.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue