From 604afb501107cf9f7b0d0a60fbeade525e8ab1fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 Mar 2020 21:29:34 +0100 Subject: mytimegm: replace with own implementation --- blaze822.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blaze822.c') diff --git a/blaze822.c b/blaze822.c index f403d90..855a5f1 100644 --- a/blaze822.c +++ b/blaze822.c @@ -121,7 +121,7 @@ blaze822_date(char *s) { tm.tm_isdst = -1; - time_t r = tm_to_secs(&tm); + time_t r = mytimegm(&tm); return r; fail: -- cgit 1.4.1