diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:28:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:28:00 +0000 |
commit | 3beadf2660ca14f0d691aff5bd26fe1eb14fc255 (patch) | |
tree | 039cdd61be0b9c72a23cd3662a277d75559f5e11 /mail/faces | |
parent | b546b300b9cb46930ae3b21c2c95356b7ed6dd9f (diff) |
Fix a bug in xbm2ikon.
PR: 6949
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
Notes
Notes:
svn path=/head/; revision=11693
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/files/patch-ae | 9 |
1 files changed, 9 insertions, 0 deletions
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,/' |