summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/time.c b/time.c
index ca571c80cd..1cdeeb85e6 100644
--- a/time.c
+++ b/time.c
@@ -3295,6 +3295,7 @@ find_time_t(struct tm *tptr, int utc_p, time_t *tp)
if (guess <= guess_lo) fprintf(stderr, "too small guess: %ld <= %ld\n", guess, guess_lo);
if (guess_hi <= guess) fprintf(stderr, "too big guess: %ld <= %ld\n", guess_hi, guess);
#endif
+ status = 0;
goto binsearch;
}
}