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:
parent
a3c87d4e63
commit
ca5b61ea67
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user