Skip to content

Commit

Permalink
BugReport2007x12x01x044648
Browse files Browse the repository at this point in the history
GrantGardner - 01 Dec 2007
histlog2300 produces no records against empty log file


git-svn-id: http://www.lavrsen.dk/svn/open2300/trunk@12 2ce61bb3-ea19-0410-9cc3-adf7a17bd441
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 1, 2007
1 parent d67248e commit f21982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histlog2300.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main(int argc, char *argv[])
}
else
{ //if no valid log we set the date to 1 Jan 1990 0:00
time_lastlog_tm.tm_year = 1990;
time_lastlog_tm.tm_year = 90;
time_lastlog_tm.tm_mon = 0;
time_lastlog_tm.tm_mday = 1;
time_lastlog_tm.tm_hour = 0;
Expand Down

0 comments on commit f21982e

Please sign in to comment.