From 87357f58ecea93ac49f2b2cd894b1e54a4a4035f Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 23 Feb 2003 22:52:27 +0000 Subject: [PATCH] fix wm7d lines / dots issues --- cmd/show/wm7d.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1