From ee3201c65017b91e2e42e8792b4db7c9c1122ae5 Mon Sep 17 00:00:00 2001 From: minima Date: Wed, 18 Jan 2006 11:01:34 +0000 Subject: [PATCH] fix spurious extra line from previous year --- perl/DXLogPrint.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXLogPrint.pm b/perl/DXLogPrint.pm index 8ce8e35c..356c7cd1 100644 --- a/perl/DXLogPrint.pm +++ b/perl/DXLogPrint.pm @@ -84,7 +84,7 @@ sub print return ("Log search error", $@) if $@; @in = ($ring->readall, @in); - last L1 if @in > $tot; + last L1 if @in >= $tot; } $fh = $fcb->openprev(); # get the next file -- 2.34.1