diff --git a/ChangeLog b/ChangeLog index 7e018a302..d2e6e325c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ Wed Feb 17 8:52:00 1999 Richard Frith-Macdonald * 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. diff --git a/Source/NSUserDefaults.m b/Source/NSUserDefaults.m index eb70f9fea..6109290a5 100644 --- a/Source/NSUserDefaults.m +++ b/Source/NSUserDefaults.m @@ -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)