diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-08-24 11:06:09 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-08-24 11:06:09 +0000 |
commit | c5597613ea520738ab8e078f1ac8e684f38a8664 (patch) | |
tree | 9d9c2bbbe16260bbe832b110e0393bd95f4a1666 /app-i18n/anthy-ss/files | |
parent | stable on x86. (diff) | |
download | gentoo-2-c5597613ea520738ab8e078f1ac8e684f38a8664.tar.gz gentoo-2-c5597613ea520738ab8e078f1ac8e684f38a8664.tar.bz2 gentoo-2-c5597613ea520738ab8e078f1ac8e684f38a8664.zip |
version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/anthy-ss/files')
-rw-r--r-- | app-i18n/anthy-ss/files/anthy-ss-mkdic-gcc34.diff | 22 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-6620 | 1 | ||||
-rw-r--r-- | app-i18n/anthy-ss/files/digest-anthy-ss-6801 | 1 |
3 files changed, 1 insertions, 23 deletions
diff --git a/app-i18n/anthy-ss/files/anthy-ss-mkdic-gcc34.diff b/app-i18n/anthy-ss/files/anthy-ss-mkdic-gcc34.diff deleted file mode 100644 index b18c86893a94..000000000000 --- a/app-i18n/anthy-ss/files/anthy-ss-mkdic-gcc34.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- mkanthydic/mkdic.c.orig 2004-08-29 04:54:48.000000000 +0900 -+++ mkanthydic/mkdic.c 2004-11-27 01:06:54.930846856 +0900 -@@ -455,7 +455,8 @@ - (strcmp(ye->entries[i-1].word, we->word) || - strcmp(ye->entries[i-1].wt, we->wt) || - ye->entries[i-1].freq != we->freq)) { -- count += fprintf(yomi_entry_out, "%s", we->wt); -+ fprintf(yomi_entry_out, "%s", we->wt); -+ count += strlen(we->wt); - if (we->freq > 1) { - count += fprintf(yomi_entry_out, "*%d", we->freq); - } -@@ -464,7 +465,8 @@ - /* 単語を出力する場所がこの単語のid */ - we->offset = count + ye->offset; - /* 単語を出力する */ -- count += fprintf(yomi_entry_out, "%s", we->word); -+ fprintf(yomi_entry_out, "%s", we->word); -+ count += strlen(we->word); - } - - fputc(0, yomi_entry_out);
\ No newline at end of file diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-6620 b/app-i18n/anthy-ss/files/digest-anthy-ss-6620 deleted file mode 100644 index c247a359838c..000000000000 --- a/app-i18n/anthy-ss/files/digest-anthy-ss-6620 +++ /dev/null @@ -1 +0,0 @@ -MD5 79216d864dcc7e83c2ce6a711bc6ed3e anthy-6620.tar.gz 2216003 diff --git a/app-i18n/anthy-ss/files/digest-anthy-ss-6801 b/app-i18n/anthy-ss/files/digest-anthy-ss-6801 new file mode 100644 index 000000000000..a4f2145073eb --- /dev/null +++ b/app-i18n/anthy-ss/files/digest-anthy-ss-6801 @@ -0,0 +1 @@ +MD5 a3cbf4f50783e16b0f08d373aec7ce1c anthy-6801.tar.gz 2233696 |