mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15743 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
460cd690de
commit
17ac680236
5 changed files with 29 additions and 3 deletions
|
@ -1989,7 +1989,9 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
{
|
||||
if ([node type] == XML_TEXT_NODE)
|
||||
{
|
||||
[buf appendString: [node content]];
|
||||
NSString *str = [node content];
|
||||
|
||||
[buf appendString: str];
|
||||
}
|
||||
else if ([node type] == XML_ENTITY_REF_NODE)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue