blob: 655b30f755170ea1b06d2cddf453e19c4dfa3a2e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/mbmon.c
+++ b/mbmon.c
@@ -640,6 +640,7 @@
else if (fanspeed == 7)
fprintf(out, "%4d\n%4d\n%4d\n", rot1, rot2, rot3);
}
+ fflush(out);
if (port) {
#ifdef LOGGING
if (nfd)
|