Comment 11 for bug 1408605

Revision history for this message
elgs (elgs1980) wrote :

Problem solve by download the last.c. Go to line 753, change the line from:

if (until && until < ut.ut_time)
  continue;

to

if (until && until < ut.ut_time)
  continue;

then recompile it.