aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/anthy/files/patch-mkanthydic_mkdic.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/anthy/files/patch-mkanthydic_mkdic.c b/japanese/anthy/files/patch-mkanthydic_mkdic.c
new file mode 100644
index 000000000000..87bfa792d88a
--- /dev/null
+++ b/japanese/anthy/files/patch-mkanthydic_mkdic.c
@@ -0,0 +1,11 @@
+--- mkanthydic/mkdic.c.orig Sun Feb 19 20:11:14 2006
++++ mkanthydic/mkdic.c Sun Feb 19 20:11:38 2006
+@@ -121,7 +121,7 @@
+ if (fd == -1) {
+ *(fs->fpp) = NULL;
+ } else {
+- *(fs->fpp) = fdopen(fd, "w");
++ *(fs->fpp) = fdopen(fd, "w+");
+ unlink(buf);
+ }
+ } else {