]> git.ipfire.org Git - thirdparty/sarg.git/commit
Don't display the period covered by the logs if it is empty
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 17:45:21 +0000 (19:45 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 9 Jun 2015 17:45:21 +0000 (19:45 +0200)
commitb6fb8c79cdd27cfdc34a9fb0212e58854437c04c
treebf466faa4d5c1cf5b06156af5d56ba28d5cb4494
parentd6d7c7807b008a4db9899317cae835e999ae665b
Don't display the period covered by the logs if it is empty

Sarg outputs a line with the earliest and latest dates found if the logs
but it displays 00/01/00 if no log was found. It is best not to display
anything in that case.
include/defs.h
log.c
readlog.c