git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20127 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-09-24 19:16:22 +00:00
parent cfe2887dfc
commit c11628ed31

View file

@ -3699,7 +3699,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
(int)index);
n = [GSXMLNode alloc];
n = [n _initFrom: node parent: self];
return AUTORELEASE(m);
return AUTORELEASE(n);
}
}
- (NSString *) description