mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* timer.c (notify): Initialize waitfor properly.
This commit is contained in:
parent
a3c87d4e63
commit
ca5b61ea67
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue