From 3beadf2660ca14f0d691aff5bd26fe1eb14fc255 Mon Sep 17 00:00:00 2001 From: Steve Price 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 diff --git a/mail/faces/files/patch-ae b/mail/faces/files/patch-ae new file mode 100644 index 000000000000..7757d01f2d78 --- /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.2.3