mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix parsing error for base64 eleents in xmlrpc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22529 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e320b8a56f
commit
85ebad0fef
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-02-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/Additions/GSXML.m: Fix parsing error .. was not recognising
|
||||||
|
base64 elements.
|
||||||
|
|
||||||
2006-02-21 Richard Frith-Macdonald <rfm@gnu.org>
|
2006-02-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSFileManager.m: Ensure that NSBundle is initialised before
|
* Source/NSFileManager.m: Ensure that NSBundle is initialised before
|
||||||
|
|
|
@ -4658,7 +4658,7 @@ static void indentation(unsigned level, NSMutableString *str)
|
||||||
return [NSNumber numberWithDouble: [str doubleValue]];
|
return [NSNumber numberWithDouble: [str doubleValue]];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ([name isEqualToString: @"data"])
|
if ([name isEqualToString: @"base64"])
|
||||||
{
|
{
|
||||||
NSData *d;
|
NSData *d;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue