bug-gnustep
[Top][All Lists]
Advanced

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

Re: Gorm bug


From: Gregory Casamento
Subject: Re: Gorm bug
Date: Fri, 27 Dec 2002 12:21:00 -0800 (PST)

This patch has been applied.  Thanks Enrico.

--- Enrico Sersale <enrico@www.imago.ro> wrote:
> 
> GormDocument, in -parseHeader:, fails to get the name of a superClass if
> after its name there is a space. So:
> 
>   [classScanner scanUpToString: @"\n" intoString: &superClassName];
> 
> should be:
> 
>   [classScanner scanUpToCharactersFromSet: aSet
>                                intoString: &superClassName];
> 
> where aSet should be:
> 
>   [NSCharacterSet characterSetWithCharactersInString: @" \n"]
> 
> (note the space)
> 
> 
> 
> _______________________________________________
> Bug-gnustep mailing list
> Bug-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-gnustep


=====
Gregory John Casamento
------------------------------------------------------------------------
Please sign the petition against software patents at:
http://www.petitiononline.com/pasp01/petition.html
Petition to make Lighthouse Application Suite Free Software at:
http://www.petitiononline.com/laafs/petition.html
------------------------------------------------------------------------

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



reply via email to

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