We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8724ae commit 5cd2536Copy full SHA for 5cd2536
SSYManagedTreeObject.m
@@ -374,8 +374,7 @@ - (BOOL)extractFromDataRepresentation:(NSData*)dataRepresentation
374
NSError* error = nil ;
375
NSDictionary* dic = nil;
376
if (dataRepresentation) {
377
- dic = [NSKeyedUnarchiver unarchiveObjectSafelyWithData:dataRepresentation
378
- error_p:&error] ;
+ dic = [NSKeyedUnarchiver unarchiveObjectFromData:dataRepresentation] ;
379
}
380
if (!dic) {
381
if (error_p) {
0 commit comments