Fixed bug introduced in the last revision

SVN revision: 2125
This commit is contained in:
Stefan Ritt 2008-09-05 08:10:53 +00:00
parent d6b85291ea
commit 5acad4dc1f

View File

@ -19029,7 +19029,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
if (past_n > 0)
ltime_start = now - 3600 * 24 * past_n; // past n days
else
else if (past_n < 0)
ltime_start = now + 3600 * past_n; // past n hours
if (last_n && last_n < n_msg) {