Update of /cvsroot/linuxconsole/ruby/utils
In directory usw-pr-cvs1:/tmp/cvs-serv12173
Modified Files:
jstest.c
Log Message:
fflush even in event mode.
Index: jstest.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/utils/jstest.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jstest.c 25 Sep 2001 09:37:57 -0000 1.4
+++ jstest.c 8 Oct 2002 10:55:35 -0000 1.5
@@ -172,6 +172,7 @@
printf("Event: type %d, time %d, number %d, value %d\n",
js.type, js.time, js.number, js.value);
+ fflush(stdout);
}
}
|