Adam Fedor wrote:
> > --- NSUser.m.orig     2004-01-21 13:49:11.000000000 +0100
> > +++ NSUser.m  2004-01-21 13:49:48.000000000 +0100
> > @@ -260,7 +260,7 @@
> >            for the user on more modern versions of windoze. */
> >         s = GSStringFromWin32EnvironmentVariable("USERPROFILE");
> >       }
> > -      if (s != nil)
> > +      /*if (s != nil)
> >       {
> >         const char    *str = [s cString];
> >
> > @@ -273,7 +273,7 @@
> >               }
> >             str++;
> >           }
> > -     }
> > +     }*/
> >        [gnustep_global_lock unlock];
> >      }
> >    if ([s length] == 0 && [loginName length] != 1)
> 
> Any comments on this patch?

Don't comment it out, remove it completely. If it turns out that we
really want it back, that's what cvs is for. :)

- Alexander Malmberg


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to