discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: has my bug report & fix been submitted (in NSProcessInfo.m)?


From: Andrew Ruder
Subject: Re: has my bug report & fix been submitted (in NSProcessInfo.m)?
Date: Tue, 19 Jul 2005 10:18:19 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

Lloyd Dupont wrote:
here was the fix:
NSProcessInfo.m: 669
+ (void) initialize
{
 if (self == [NSProcessInfo class] && !_gnu_environment)
   _gnu_process_args(__argc, __argv, _environ);
}
I add the "&& !_gnu_environment" test

I don't think this could possibly be the correct fix. This is just duct-taping a fix over something else which is obviously broken... Aren't + initialize methods only supposed to be called once?

Just my two cents,
Andrew Ruder




reply via email to

[Prev in Thread] Current Thread [Next in Thread]