make PC29 output correct on empty lines
[spider.git] / perl / DXMsg.pm
index 58c548a22ac19e000bdc417d3e9091b3c351ca89..f9ede90c4c167f9445019e243dc346d7bd565cfc 100644 (file)
@@ -212,6 +212,7 @@ sub process
                if ($pcno == 29) {              # incoming text
                        my $ref = $work{"$f[2]$f[3]"};
                        if ($ref) {
+                               $f[4] =~ s/\%5E/^/g;
                                push @{$ref->{lines}}, $f[4];
                                $ref->{count}++;
                                if ($ref->{count} >= $ref->{linesreq}) {