summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-02-27 21:38:14 +0100
committerpgen <p.gen.progs@gmail.com>2018-03-01 00:07:14 +0100
commit41d8f3bb0b3376e8f48ba130d33324cee8fe18de (patch)
treee98d9af42ec71854edd2de76838ade4034389e7b /smenu.c
parent34a412f9a63c3b5db812cf3e4c9b9e9723cce777 (diff)
The winch timer starts too early
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index 55060e6..6b542b7 100644
--- a/smenu.c
+++ b/smenu.c
@@ -445,7 +445,7 @@ struct itimerval periodic_itv; /* refresh rate for the timeout counter */
int search_timer = -1;
int help_timer = -1;
-int winch_timer = 0; /* immediately available */
+int winch_timer = -1;
int daccess_timer = -1;
/* Structure containing the attributes components */