aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentFilter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContentFilter.m')
-rw-r--r--Source/SPTableContentFilter.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTableContentFilter.m b/Source/SPTableContentFilter.m
index b8e1d72e..6d8c212a 100644
--- a/Source/SPTableContentFilter.m
+++ b/Source/SPTableContentFilter.m
@@ -87,8 +87,8 @@
for (NSInteger anIndex = 0; anIndex < numberOfCols; anIndex++)
{
- NSString *filterCell;
- NSDictionary *filterCellData = [NSDictionary dictionaryWithDictionary:[filterTableData objectForKey:[NSString stringWithFormat:@"%d", anIndex]]];
+ NSString *filterCell = nil;
+ NSDictionary *filterCellData = [NSDictionary dictionaryWithDictionary:[filterTableData objectForKey:[NSString stringWithFormat:@"%ld", (long)anIndex]]];
// Take filterTableData
if (!currentValue) {