Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2017-08-11 22:17:19 +02:00
parent a0047e1b54
commit 415ff25bf2
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3

View file

@ -57,8 +57,7 @@ static OFNumber *lengthField, *legacyField;
@"sites.msgpack"] retain]; @"sites.msgpack"] retain];
@try { @try {
_storage = [[[OFDataArray _storage = [[[OFData dataWithContentsOfFile: _path]
dataArrayWithContentsOfFile: _path]
messagePackValue] mutableCopy]; messagePackValue] mutableCopy];
} @catch (id e) { } @catch (id e) {
_storage = [[OFMutableDictionary alloc] init]; _storage = [[OFMutableDictionary alloc] init];