This commit is contained in:
Mimoja 2017-08-12 02:26:30 +02:00
commit a1db506394

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];