fix wm7d lines / dots issues
authorminima <minima>
Sun, 23 Feb 2003 22:52:27 +0000 (22:52 +0000)
committerminima <minima>
Sun, 23 Feb 2003 22:52:27 +0000 (22:52 +0000)
cmd/show/wm7d.pl

index 72e2d806275f957d2568c101bf21dc34c98c0f61..8e48a20d93ff33eb5b387a0ff7daa805ecb40ae6 100644 (file)
@@ -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);