tags 276144 patch
thanks [EMAIL PROTECTED] BCCed

On Tue, 12 Oct 2004 14:08:07 +0100, Jo Shields wrote:
> Removing trailing whitespace from the cowsay speech bubble has indeed 
> fixed the issue. Perhaps this bug should be reassigned to the cowsay 
> maintainers.

The attached patch should work for this.

HTH,
Flo
--- /usr/bin/cowsay     2003-11-16 00:27:07.000000000 +0100
+++ cowsay      2005-10-19 14:56:09.000000000 +0200
@@ -132,14 +132,14 @@
        }
     }
     push(@balloon_lines, 
-       " " . ("_" x $max2) . " \n" ,
+       " " . ("_" x $max2) . "\n" ,
        sprintf($format, $border[0], $message[0], $border[1]),
        (@message < 2 ? "" : 
            map { sprintf($format, $border[4], $_, $border[5]) } 
                @message[1 .. $#message - 1]),
        (@message < 2 ? "" : 
            sprintf($format, $border[2], $message[$#message], $border[3])),
-        " " . ("-" x $max2) . " \n"
+        " " . ("-" x $max2) . "\n"
     );
 }
 

Attachment: signature.asc
Description: Digital signature

Reply via email to