parent
ca4190580e
commit
6d58831f6b
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, text);
|
||||
fprintf(intermediateValueFile, "%s", text);
|
||||
fprintf(intermediateValueFile, "\n");
|
||||
fprintf(intermediateValueFile, "\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue