aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbenchmark.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.pl b/benchmark.pl
index 9876385..7ac48ab 100755
--- a/benchmark.pl
+++ b/benchmark.pl
@@ -9,7 +9,7 @@ my @presets = ();
my %presets = ();
my $maxval = 0;
-while (<>) {
+while (<<>>) {
chomp;
if (/^(.*)(#.*): ([\d\.]+)$/) {
push @presets, $1 unless defined $presets{$1};