Support Request #101891, was updated on 2003-Feb-27 21:45 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101891&group_id=99
Category: Foundation Status: Open Priority: 5 Summary: autogsdoc <title/> By: ayers Date: 2003-Feb-27 21:45 Logged In: YES user_id=15401 Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 Parsing emtpy <titles></titles> causes autogsdoc to crash. In AGSIndex.m -makeRefs: in the segemnt: else if ([name isEqual: @"title"] == YES) ... [d setObject: [[children content] stringByTrimmingSpaces] forKey: base] is called eventhough the children may be nil. Either XMLNode -content should return an empty string, or this needs to be checked before inserted into the dictionary. ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101891&group_id=99 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
