X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=2202ca0cae3e9b16dbb62716931a11e5905b1a61;hb=4ad8475827b40cc70b38e68a568ca5635096a860;hp=7d3911a9a62f7690c8c80af21cf272c2d1767708;hpb=9c089f1824e405ebb67ac1dd59c4cfc1304176be;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 7d3911a..2202ca0 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -274,8 +274,8 @@ END next if @records > 1 and $spam->is_spam($msg_id); my @lines; if ($record->{inner_file}) { - push @lines, $record->{fh}->getline; - push @lines, $record->{fh}->getline; + push @lines, scalar $record->{fh}->getline; + push @lines, scalar $record->{fh}->getline; chomp $lines[0]; chomp $lines[1]; } else {