Bug fix: remove old spurious fflush.
authormdw <mdw>
Fri, 10 Dec 1999 23:25:15 +0000 (23:25 +0000)
committermdw <mdw>
Fri, 10 Dec 1999 23:25:15 +0000 (23:25 +0000)
noise.c

diff --git a/noise.c b/noise.c
index a78a790..cb30228 100644 (file)
--- a/noise.c
+++ b/noise.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: noise.c,v 1.3 1999/12/10 23:24:11 mdw Exp $
+ * $Id: noise.c,v 1.4 1999/12/10 23:25:15 mdw Exp $
  *
  * Acquisition of environmental noise (Unix specific)
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: noise.c,v $
+ * Revision 1.4  1999/12/10 23:25:15  mdw
+ * Bug fix: remove old spurious fflush.
+ *
  * Revision 1.3  1999/12/10 23:24:11  mdw
  * Bug fix: flush buffers before forking.
  *
@@ -267,7 +270,6 @@ int noise_filter(rand_pool *r, int good, const char *c)
 
   /* --- Handle the child end of the deal --- */
 
-  fflush(0);
   if (kid == 0) {
     int f;