fflush correctly

This commit is contained in:
Redvers Davies 2018-10-22 13:28:10 -04:00
parent 5f9947fb3e
commit 6dc8fdbce2
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ void usage(void)
void putchx(int32_t val) void putchx(int32_t val)
{ {
putchar(val); putchar(val);
fflush(stdout); fflush(tracefile);
} }
void putschx(int32_t val) void putschx(int32_t val)