mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
More tidying
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3733 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
322c5942b2
commit
ee2cbc2ecf
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,8 @@ Wed Feb 17 8:52:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|||
|
||||
* Source/NSProcessInfo.m: Include process name in arguments list as
|
||||
in the OPENSTEP implementation - suggested by dirk@object-factory.com
|
||||
* Source/Tools/defaults.m: Adjust for change to NSProcessInfo
|
||||
* Source/NSUserDefaults.m: Adjust for change to NSProcessInfo
|
||||
* Source/Tools/defaults.m: ditto
|
||||
* Source/Tools/dread.m: ditto.
|
||||
* Source/Tools/dwrite.m: ditto.
|
||||
* Source/Tools/dremove.m: ditto.
|
||||
|
|
|
@ -841,6 +841,7 @@ static NSMutableString *processName = nil;
|
|||
BOOL done;
|
||||
id key, val;
|
||||
|
||||
[enumerator nextObject]; // Skip process name.
|
||||
done = ((key = [enumerator nextObject]) == nil);
|
||||
|
||||
while (!done)
|
||||
|
|
Loading…
Reference in a new issue