mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
OSX compatibility tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35325 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e357aab701
commit
87db54ef18
3 changed files with 50 additions and 0 deletions
|
@ -1177,9 +1177,12 @@ execute_xpath(xmlNodePtr node, NSString *xpath_exp, NSDictionary *constants,
|
|||
|
||||
- (NSString*) description
|
||||
{
|
||||
/* OSX simply uses the XML string value of a node as its description.
|
||||
return [NSString stringWithFormat:@"<%@ %@ %d>%@",
|
||||
NSStringFromClass([self class]),
|
||||
[self name], [self kind], [self XMLString]];
|
||||
*/
|
||||
return [self XMLString];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue