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];
@try {
_storage = [[[OFDataArray
dataArrayWithContentsOfFile: _path]
_storage = [[[OFData dataWithContentsOfFile: _path]
messagePackValue] mutableCopy];
} @catch (id e) {
_storage = [[OFMutableDictionary alloc] init];