We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cf3210 + 793c29d commit 925ee66Copy full SHA for 925ee66
1 file changed
FastImageCache/FICImageTable.m
@@ -461,8 +461,8 @@ - (BOOL)entryExistsForEntityUUID:(NSString *)entityUUID sourceImageUUID:(NSStrin
461
462
#pragma mark - Working with Entries
463
464
-- (int)_maximumCount {
465
- return (int)MAX([_imageFormat maximumCount], _entriesPerChunk);
+- (NSInteger)_maximumCount {
+ return MAX([_imageFormat maximumCount], _entriesPerChunk);
466
}
467
468
- (void)_setEntryCount:(NSInteger)entryCount {
0 commit comments