From: minima Date: Sun, 23 Feb 2003 22:52:27 +0000 (+0000) Subject: fix wm7d lines / dots issues X-Git-Tag: PRE-1-52~48 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=87357f58ecea93ac49f2b2cd894b1e54a4a4035f fix wm7d lines / dots issues --- 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);