From b28d5a6c7302f32720f4528aec034bf82e3a6559 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 3 Jul 1998 23:28:00 +0000 Subject: Fix a bug in xbm2ikon. PR: 6949 Submitted by: NOKUBI Hirotaka --- mail/faces/files/patch-ae | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mail/faces/files/patch-ae (limited to 'mail') diff --git a/mail/faces/files/patch-ae b/mail/faces/files/patch-ae new file mode 100644 index 0000000..7757d01 --- /dev/null +++ b/mail/faces/files/patch-ae @@ -0,0 +1,9 @@ +--- filters/xbm2ikon.orig Fri Jul 3 16:22:30 1998 ++++ filters/xbm2ikon Fri Jul 3 16:23:02 1998 +@@ -23,6 +23,5 @@ + sed -e 1,2d -e '$s/$/,/' | + tr -d '\011\012' | + tr ',' '\012' | +-sed 's/^/0x/' | + pr -l1 -t -w22 -3 -s, | + sed -e 's/$/,/' -e 's/\(0x....\)\(0x....\)\(0x....\),/\1,\2,\3,/' -- cgit v1.1