discuss-gnustep
[Top][All Lists]
Advanced

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

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


From: Lloyd Dupont
Subject: has my bug report & fix been submitted (in NSProcessInfo.m)?
Date: Tue, 19 Jul 2005 08:37:36 +1000

I found out thta NSProcessInfo did initialiazed multiple times (on windows) and submitted a bug fix, has it make it to CVS?

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




reply via email to

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