From 108bf3110a2ee2b3cc0a93c87eb4de2e185bfa34 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Dec 2024 10:30:25 +0200 Subject: fix --- foostats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foostats.pl b/foostats.pl index 7c93322..ac39512 100644 --- a/foostats.pl +++ b/foostats.pl @@ -55,7 +55,7 @@ package Foostats::Logreader { while (<$file>) { next if contains($_, 'logfile turned over'); - # last == 1 means: After this file, don't process more + # last == true means: After this file, don't process more $last = true unless defined $cb->($year, split / +/); } -- cgit v1.2.3