mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(main): Use NSUnarchiver properly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@850 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fbc472c5c7
commit
0a3c61226f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int main()
|
|||
[set release];
|
||||
|
||||
/* Read it back in from the file */
|
||||
set = [NSArchiver unarchiveObjectWithFile: @"./nsarchiver.dat"];
|
||||
set = [NSUnarchiver unarchiveObjectWithFile: @"./nsarchiver.dat"];
|
||||
|
||||
/* Display what we read, to make sure it matches what we wrote */
|
||||
printf("\nReading:\n");
|
||||
|
|
Loading…
Reference in a new issue