From 741f9a7e64ec491762edc351cf0bed51fdd27c4e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jul 2003 21:17:26 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1775 --- sched/grep_logs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/grep_logs b/sched/grep_logs index aed5d13332..bfeeb80050 100755 --- a/sched/grep_logs +++ b/sched/grep_logs @@ -68,8 +68,9 @@ while () { print "\n\n$ARGV:\n"; } $nlines = 0; + $. = 0; } - my $n = sprintf("%05d", $nlines); + my $n = sprintf("%05d", $.); if ($html) { s%.*debug.*%$&%i;