*** empty log message ***

svn path=/trunk/boinc/; revision=1775
This commit is contained in:
David Anderson 2003-07-22 21:17:26 +00:00
parent 21d21f42d7
commit 741f9a7e64
1 changed files with 2 additions and 1 deletions

View File

@ -68,8 +68,9 @@ while (<ARGV>) {
print "\n\n$ARGV:\n"; print "\n\n$ARGV:\n";
} }
$nlines = 0; $nlines = 0;
$. = 0;
} }
my $n = sprintf("%05d", $nlines); my $n = sprintf("%05d", $.);
if ($html) { if ($html) {
s%.*debug.*%<font color=grey>$&</font>%i; s%.*debug.*%<font color=grey>$&</font>%i;