mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:07:39 +00:00
Updating xdps backend
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4083 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff966ba409
commit
a697248374
4 changed files with 39 additions and 11 deletions
|
@ -60,7 +60,7 @@
|
|||
{
|
||||
NSUnarchiver *unarchiver;
|
||||
|
||||
unarchiver = [[NSUnarchiver alloc] initWithData: data];
|
||||
unarchiver = [[NSUnarchiver alloc] initForReadingWithData: data];
|
||||
if (unarchiver)
|
||||
{
|
||||
id obj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue