bug-gnustep
[Top][All Lists]
Advanced

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

Re: NSUser.m: Bug on Windows handling spaces in environement variable va


From: Adam Fedor
Subject: Re: NSUser.m: Bug on Windows handling spaces in environement variable values?
Date: 18 Feb 2004 11:19:38 -0700

On Wed, 2004-02-18 at 10:12, David Ayers wrote:

> >             {
> > -             home[0] = '\0';   /* Spaces not permitted! */
> > +             home[i] = '\0';   /* Spaces not permitted! */
> 
> This seems fishy... I haven't looked closer, but this seems to just 
> ignore the "rest" of the string and interpret the first part as the home 
> directory.
> 


Yes. This should probably remain as is.





reply via email to

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