diff --git a/sched.c b/sched.c index d7c5c38..5ea93f6 100644 --- a/sched.c +++ b/sched.c @@ -527,6 +527,7 @@ handle_slew(struct timeval *raw, } UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw); + UTI_AddDoubleToTimeval(&last_select_ts, -doffset, &last_select_ts); } }