From 4d80eda678ed19dd4c5f5afeef044a9d642cea17 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 16 Feb 2011 15:23:02 +0000 Subject: [PATCH] Fixed bug concerning 'h1/h2' in date filer SVN revision: 2390 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 3dc04018..051d608b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -20374,7 +20374,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa tms.tm_year = y1 - 1900; tms.tm_mon = m1 - 1; tms.tm_mday = d1; - tms.tm_hour = h2; + tms.tm_hour = h1; tms.tm_min = n1; tms.tm_sec = c1; if (tms.tm_year < 90)