]> git.ipfire.org Git - thirdparty/sarg.git/commit
Extract the starting date from a parsed log file
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 17 Nov 2015 18:34:44 +0000 (19:34 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 17 Nov 2015 18:34:44 +0000 (19:34 +0100)
commit0181c862fdd5fb0d92a88487629fbb434c6cafcf
treebc31c7366823b369677aa6ba479c41c83213dcbe
parentcb3cc14719b05693d76c461b0b772507068ac875
Extract the starting date from a parsed log file

The period covered by a parsed log file is coded in its file name but the
start date was not properly saved resulting in reports allegedly generated
for 1900-1-1.

Thanks to Evgeniy Yakushev for reporting this problem.
util.c