Fix error
This commit is contained in:
parent
0217e6736c
commit
8272f335d8
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void displayRoundNumber(int level, unsigned int i)
|
|||
void displayText(int level, const char *text)
|
||||
{
|
||||
if ((intermediateValueFile) && (level <= displayLevel)) {
|
||||
fprintf(intermediateValueFile, "%s", text);
|
||||
fprintf(intermediateValueFile, text);
|
||||
fprintf(intermediateValueFile, "\n");
|
||||
fprintf(intermediateValueFile, "\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue