mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1775
This commit is contained in:
parent
21d21f42d7
commit
741f9a7e64
|
@ -68,8 +68,9 @@ while (<ARGV>) {
|
|||
print "\n\n$ARGV:\n";
|
||||
}
|
||||
$nlines = 0;
|
||||
$. = 0;
|
||||
}
|
||||
my $n = sprintf("%05d", $nlines);
|
||||
my $n = sprintf("%05d", $.);
|
||||
|
||||
if ($html) {
|
||||
s%.*debug.*%<font color=grey>$&</font>%i;
|
||||
|
|
Loading…
Reference in New Issue