Skip to content

Commit

Permalink
https://github.com/phusion/digest-sha3-ruby/issues/7
Browse files Browse the repository at this point in the history
  • Loading branch information
astudnev committed Dec 6, 2017
1 parent 2d2d1d2 commit c266a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/digest/displayIntermediateValues.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void displayRoundNumber(int level, unsigned int i)
void displayText(int level, const char *text)
{
if ((intermediateValueFile) && (level <= displayLevel)) {
fprintf(intermediateValueFile, text);
fprintf(intermediateValueFile, "%s", text);
fprintf(intermediateValueFile, "\n");
fprintf(intermediateValueFile, "\n");
}
Expand Down

0 comments on commit c266a32

Please sign in to comment.