Skip to content

Commit

Permalink
[TK] Update change log and fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Lee authored and Rajul Arora committed Jul 13, 2018
1 parent c99a6b4 commit ce39b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ + (NSString *)versionedCacheKeyWithID:(NSString *)IDString perspective:(NSString
{
TWTRParameterAssertOrReturnValue([IDString length] > 0, nil);

return [NSString stringWithFormat:@"%@:%zd:%@:%@", NSStringFromClass([self class]), [[self class] version], perspective ?: @"", IDString];
return [NSString stringWithFormat:@"%@:%zd:%@:%@", NSStringFromClass([self class]), (long)[[self class] version], perspective ?: @"", IDString];
}

#pragma mark - JSON Validating
Expand Down

0 comments on commit ce39b5c

Please sign in to comment.