X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCommon.pm;h=fdf67923efc9721db2ae52da71044af328b0e3d3;hb=5675f516e72951e15cafa1fa72e1d7ff88bb4d80;hp=732ac2e5bf2f6c02fcaa4b718cb2a7780e3bfc2b;hpb=d4b9a1bfe03c6ec1451c8f9178bb5a7458e9ae3e;p=debbugs.git diff --git a/Debbugs/Common.pm b/Debbugs/Common.pm index 732ac2e..fdf6792 100644 --- a/Debbugs/Common.pm +++ b/Debbugs/Common.pm @@ -435,8 +435,8 @@ sub __add_to_hash { binmode($fh,':encoding(UTF-8)'); while (<$fh>) { chomp; - next unless m/^(\S+)\s+(\S.*\S)\s*$/; - my ($key,$value)=($1,$2); + next unless m/^(\S+)\s+(\S.*\S)\s*$/; + my ($key,$value)=($1,$2); $key = lc $key; $forward->{$key}= $value; if (defined $reverse) {