mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix problem with attribute value getting lost
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78ccfdae11
commit
ea4ea8e081
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ GS_PRIVATE_INTERNAL(NSXMLNode)
|
|||
break;
|
||||
case(XML_ATTRIBUTE_NODE):
|
||||
result = [[self alloc] _initWithNode:node kind: NSXMLAttributeKind];
|
||||
[result setStringValue: StringFromXMLStringPtr(node->content)];
|
||||
break;
|
||||
default:
|
||||
NSLog(@"ERROR: _objectForNode: called with a node of type %d", type);
|
||||
|
|
Loading…
Reference in a new issue