X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwm7d.pl;h=8e48a20d93ff33eb5b387a0ff7daa805ecb40ae6;hb=87357f58ecea93ac49f2b2cd894b1e54a4a4035f;hp=72e2d806275f957d2568c101bf21dc34c98c0f61;hpb=b8a01c582b9914ebe5c44afed0016e594d76e938;p=spider.git diff --git a/cmd/show/wm7d.pl b/cmd/show/wm7d.pl index 72e2d806..8e48a20d 100644 --- a/cmd/show/wm7d.pl +++ b/cmd/show/wm7d.pl @@ -38,6 +38,6 @@ if (!$info) { # Log the lookup Log('call', "$call: show/wm7d \U$line"); $t->close; - push @out, $info; + push @out, split /[\r\n]+/, $info; } return (1, @out);