Skip to content

Commit

Permalink
Merge pull request #1 from ohmantics/master
Browse files Browse the repository at this point in the history
Fix build error with updated tools
  • Loading branch information
obriensp committed Apr 2, 2014
2 parents a5c0b65 + 1b5d6bc commit ba00fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-dump/PDProtobufInputStream.mm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ - (NSData *)readLengthDelimitedData
{
uint64_t length = 0;
if (![self readVarint:&length]) {
return NO;
return nil;
}

return [self readDataWithLength:length];
Expand Down

0 comments on commit ba00fcd

Please sign in to comment.