Scripts may want to follow ppower -m, so output should
be flushed after every line. I'm up past my bedtime so
this description isn't too coherent :) but the patch is
really simple.
Still getting the hang of this sourceforge thing. Says below
"No files currently attached", even though I definitely gave
it one to upload before. Ah well; here it is again, this
time conveniently in comment-form....
--- ppower-0.1.5/src/status.c.orig Wed Mar 13 01:12:10 2002
+++ ppower-0.1.5/src/status.c Wed Mar 13 01:12:34 2002
@@ -143,6 +143,7 @@
/* End the line. */
printf("\n");
+ fflush(stdout);
return;
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=276685
Still getting the hang of this sourceforge thing. Says below
"No files currently attached", even though I definitely gave
it one to upload before. Ah well; here it is again, this
time conveniently in comment-form....
--- ppower-0.1.5/src/status.c.orig Wed Mar 13 01:12:10 2002
+++ ppower-0.1.5/src/status.c Wed Mar 13 01:12:34 2002
@@ -143,6 +143,7 @@
/* End the line. */
printf("\n");
+ fflush(stdout);
return;
}