Skip to content

Commit

Permalink
Cleaned up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeho committed Jan 18, 2011
1 parent 1a6cade commit 5fb85e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QSStrings.m
Expand Up @@ -185,7 +185,6 @@ + (NSData *)decodeBase64WithString:(NSString *)strBase64 {
int i = 0, j = 0, k;

unsigned char * objResult;
// Really? Doesn't this alloc too much?
objResult = calloc(intLength, sizeof(char));

// Run through the whole string, converting as we go
Expand Down

0 comments on commit 5fb85e2

Please sign in to comment.