1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* timer.c (notify): Initialize waitfor properly.

This commit is contained in:
Jim Blandy 1993-03-02 08:25:47 +00:00
parent a3c87d4e63
commit ca5b61ea67

View 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);