[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSUser.m: Bug on Windows handling spaces in environementvariable val
From: |
Alexander Malmberg |
Subject: |
Re: NSUser.m: Bug on Windows handling spaces in environementvariable values? |
Date: |
Wed, 18 Feb 2004 18:12:38 +0100 |
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