mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Updated keyed coding to a (hopefully) useable state
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb36d86fb7
commit
c8b5bed53f
6 changed files with 295 additions and 53 deletions
|
@ -1531,7 +1531,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
{
|
||||
if (x == NSPropertyListXMLFormat_v1_0)
|
||||
{
|
||||
[dest appendBytes: "<integer>" length: 8];
|
||||
[dest appendBytes: "<integer>" length: 9];
|
||||
XString([obj stringValue], dest);
|
||||
[dest appendBytes: "</integer>\n" length: 11];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue