summaryrefslogtreecommitdiff
path: root/textproc/chasen-base/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/chasen-base/patches/patch-ao')
-rw-r--r--textproc/chasen-base/patches/patch-ao16
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/chasen-base/patches/patch-ao b/textproc/chasen-base/patches/patch-ao
deleted file mode 100644
index 1ab4c724fe4..00000000000
--- a/textproc/chasen-base/patches/patch-ao
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2005/08/18 15:37:17 taca Exp $
-
---- lib/print.c.orig 2005-08-15 10:50:12.000000000 +0900
-+++ lib/print.c
-@@ -326,6 +326,11 @@ set_ruby(char *dest, char *midasi, char
- int stat = 0;
- int plen, maxplen = 0;
-
-+ if (yomi[0] == '\0') {
-+ strcpy(d, m);
-+ return;
-+ }
-+
- for (;;) {
- for (; *y; y += cha_tok_mblen(Cha_tokenizer, y, 4 /* XXX */)) {
- if (stat == 0) {