(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:
Andrew McCallum 1996-01-26 19:49:12 +00:00
parent fbc472c5c7
commit 0a3c61226f

View file

@ -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");