mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Silence a compiler warning.
This commit is contained in:
parent
d96825a242
commit
5f39884bf7
|
@ -57,7 +57,7 @@ void printClearLine(FILE *f)
|
|||
fflush(stdout); fflush(stderr);
|
||||
if (f == NULL)
|
||||
f = stdout;
|
||||
con_fprintf(f,clear_line_msg);
|
||||
con_fprintf(f, "%s", clear_line_msg);
|
||||
fflush(f);
|
||||
printSetNl(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user