changeset 1995:f149ad4ad9d4

* timer.c (notify): Initialize waitfor properly.
author Jim Blandy <jimb@redhat.com>
date Tue, 02 Mar 1993 08:25:47 +0000
parents 73ce9dd21093
children 9d213c299866
files lib-src/=timer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=timer.c	Tue Mar 02 08:22:42 1993 +0000
+++ b/lib-src/=timer.c	Tue Mar 02 08:25:47 1993 +0000
@@ -121,7 +121,7 @@
 void
 notify ()
 {
-  time_t now, tdiff, waitfor;
+  time_t now, tdiff, waitfor = -1;
   register struct event *ep;
 
   now = time ((time_t *) NULL);