* timer.c (notify): Initialize waitfor properly.
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:25:47 +0000 (08:25 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:25:47 +0000 (08:25 +0000)
lib-src/timer.c

index d49925f..5164281 100644 (file)
@@ -121,7 +121,7 @@ schedule (str)
 void
 notify ()
 {
-  time_t now, tdiff, waitfor;
+  time_t now, tdiff, waitfor = -1;
   register struct event *ep;
 
   now = time ((time_t *) NULL);