lilalo

diff l3-frontend @ 44:f66f38f33581

!
author devi
date Tue Nov 22 23:52:46 2005 +0200 (2005-11-22)
parents 219389279acb
children 568bab7090fc
line diff
     1.1 --- a/l3-frontend	Fri Nov 18 17:46:09 2005 +0200
     1.2 +++ b/l3-frontend	Tue Nov 22 23:52:46 2005 +0200
     1.3 @@ -513,6 +513,7 @@
     1.4  		# <command>
     1.5  
     1.6  		my ($sec,$min,$hour,$day,$mon,$year,$wday,$yday,$isdst) = localtime($cl->{time});
     1.7 +		next if $Stat{LastCommand} == $cl->{time};
     1.8  		$Stat{FirstCommand} = $cl->{time} unless $Stat{FirstCommand};
     1.9  		$Stat{LastCommand} = 0 unless defined $Stat{LastCommand};	
    1.10  		$Stat{TotalTime} += $cl->{time} - $Stat{LastCommand}