You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/xmbmon/files/xmbmon-2.0.5-fflush.patch

11 lines
191 B

--- 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)