bug-gnustep
[Top][All Lists]
Advanced

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

Gorm bug


From: Enrico Sersale
Subject: Gorm bug
Date: Thu, 26 Dec 2002 14:35:34 +0200 (EET)

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)




reply via email to

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