Fixed bug concerning 'h1/h2' in date filer

SVN revision: 2390
This commit is contained in:
2011-02-16 15:23:02 +00:00
parent 874fe97bcb
commit 4d80eda678
+1 -1
View File
@@ -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)