mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Make decoded property list containers mutable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19672 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2840feeede
commit
a3d7978be3
2 changed files with 5 additions and 3 deletions
|
@ -4418,7 +4418,7 @@ handle_printf_atsign (FILE *stream,
|
|||
|
||||
result = [NSPropertyListSerialization
|
||||
propertyListFromData: data
|
||||
mutabilityOption: NSPropertyListImmutable
|
||||
mutabilityOption: NSPropertyListMutableContainers
|
||||
format: &format
|
||||
errorDescription: &error];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue