Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,7 +123,7 @@ | @@ -123,7 +123,7 @@ | ||
123 | 123 | ||
124 | - (NSString *)uniqueTilecacheKey | 124 | - (NSString *)uniqueTilecacheKey |
125 | { | 125 | { |
126 | - return [NSString stringWithFormat:@"Bing%lu", _imagerySet]; | 126 | + return [NSString stringWithFormat:@"Bing%lu", (unsigned long)_imagerySet]; |
127 | } | 127 | } |
128 | 128 | ||
129 | - (NSString *)shortName | 129 | - (NSString *)shortName |
-
Please register or login to post a comment