*** empty log message ***

svn path=/trunk/boinc/; revision=4120
This commit is contained in:
David Anderson 2004-08-27 22:31:02 +00:00
parent 94942e8110
commit 036cfa8a1d
2 changed files with 7 additions and 0 deletions

View File

@ -16732,3 +16732,9 @@ Jeff 25 Aug 2004
sched/ sched/
file_deleter.C file_deleter.C
David 27 Aug 2004
- add "use bytes" pragma to grep_logs (from Carl C.)
tools/
grep_logs

View File

@ -5,6 +5,7 @@
use strict; use strict;
use warnings; use warnings;
use bytes;
my $html = 0; my $html = 0;
my $lines = 0; my $lines = 0;