aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.c b/st.c
index fc91334..db9a332 100644
--- a/st.c
+++ b/st.c
@@ -3922,6 +3922,9 @@ run(void) {
3922 TIMEDIFF(now, 3922 TIMEDIFF(now,
3923 lastblink))); 3923 lastblink)));
3924 } 3924 }
3925 drawtimeout.tv_sec = \
3926 drawtimeout.tv_nsec / 1E9;
3927 drawtimeout.tv_nsec %= (long)1E9;
3925 } else { 3928 } else {
3926 tv = NULL; 3929 tv = NULL;
3927 } 3930 }