Merge branch 'master' of https://github.com/Midar/scrypt-pwgen
This commit is contained in:
commit
a1db506394
1 changed files with 1 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue