Skip to content

Commit

Permalink
Bug fix for issue #171 - Not passing options in init method
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed May 12, 2015
1 parent 5e6d7b2 commit f93b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YapDatabase/YapDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ - (id)initWithPath:(NSString *)inPath objectSerializer:(YapDatabaseSerializer)in
objectPostSanitizer:NULL
metadataPreSanitizer:NULL
metadataPostSanitizer:NULL
options:nil];
options:inOptions];
}

- (id)initWithPath:(NSString *)inPath objectSerializer:(YapDatabaseSerializer)inObjectSerializer
Expand Down

0 comments on commit f93b8f9

Please sign in to comment.