Skip to content

Commit

Permalink
Fixed Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Mar 1, 2013
1 parent de4f437 commit d5a350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Source/DTASN1Parser.m
Expand Up @@ -130,7 +130,7 @@ - (BOOL)_parseValueWithTag:(NSUInteger)tag dataRange:(NSRange)dataRange
{
if (!dataRange.length && tag != DTASN1TypeNull)
{
NSLog(@"Encountered zero length data for tag %ld", tag);
NSLog(@"Encountered zero length data for tag %ld", (unsigned long)tag);

// only NULL can have zero length
return NO;
Expand Down

0 comments on commit d5a350a

Please sign in to comment.