mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Bugfix - deserialize property lists
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8eb3b3c4e
commit
7d9ccfeb63
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@
|
|||
id o;
|
||||
id d;
|
||||
[self decodeValueOfObjCType:@encode(id) at:&d];
|
||||
o = [NSSerializer deserializePropertyListFromData: d
|
||||
mutableContainers: NO];
|
||||
o = [NSDeserializer deserializePropertyListFromData: d
|
||||
mutableContainers: NO];
|
||||
[d release];
|
||||
return o;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue