Skip to content

Commit

Permalink
Updated main.c
Browse files Browse the repository at this point in the history
From 
#2
  • Loading branch information
jaanmurumets-sk authored Jan 7, 2019
1 parent 6e6dadb commit 7790358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(int argc, char *argv[])
fclose(f);

// Calculate code
char code[4];
char code[5];
int result = VerificationCode(data, size, code);
free(data);
return printf("Verification code: %s\n", code);
Expand Down

0 comments on commit 7790358

Please sign in to comment.