Skip to content

Commit f93b8f9

Browse files
committed
Bug fix for issue #171 - Not passing options in init method
1 parent 5e6d7b2 commit f93b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YapDatabase/YapDatabase.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ - (id)initWithPath:(NSString *)inPath objectSerializer:(YapDatabaseSerializer)in
332332
objectPostSanitizer:NULL
333333
metadataPreSanitizer:NULL
334334
metadataPostSanitizer:NULL
335-
options:nil];
335+
options:inOptions];
336336
}
337337

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

0 commit comments

Comments
 (0)