1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Summary on exit is sometimes getting lost without a flush of stdout.

This commit is contained in:
Con Kolivas 2011-08-12 22:08:27 +10:00
parent 42c22025d8
commit 510be5c9a4

1
main.c
View File

@ -3637,6 +3637,7 @@ static void print_summary(void)
print_status(i);
}
printf("\n");
fflush(stdout);
}
void quit(int status, const char *format, ...)