mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
5be3d4e37f
akin to banner. PR: 38530 Submitted by: Daniel B. Hemmerich <dan@spot.org>
14 lines
382 B
Perl
14 lines
382 B
Perl
$FreeBSD$
|
|
|
|
--- FIGlet.pm.orig Fri May 24 20:25:42 2002
|
|
+++ FIGlet.pm Fri May 24 20:25:59 2002
|
|
@@ -174,7 +174,7 @@
|
|
$opts{-A} .= "\0" x ($self->{_font}->[ord($_)]->[0]-1) . $_;
|
|
}
|
|
}
|
|
- $opts{-A} = Text::Wrap::wrap('', '', $opts{-A}), "\n";
|
|
+ $opts{-A} = Text::Wrap::wrap('', '', $opts{-A});
|
|
$opts{-A} =~ tr/\0//d;
|
|
}
|
|
@text = split("\n", $opts{-A});
|