summaryrefslogtreecommitdiff
path: root/crypto/lhash
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/num.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/num.pl b/crypto/lhash/num.pl
index 30fedf9cd5..4440a992dc 100644
--- a/crypto/lhash/num.pl
+++ b/crypto/lhash/num.pl
@@ -5,7 +5,7 @@
while (<>)
{
next unless /^node/;
- chop;
+ s|\R$||; # Better chomp
@a=split;
$num{$a[3]}++;
}