summaryrefslogtreecommitdiff
path: root/japanese/eb/files/patch-eb::match.c
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/eb/files/patch-eb::match.c')
-rw-r--r--japanese/eb/files/patch-eb::match.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/eb/files/patch-eb::match.c b/japanese/eb/files/patch-eb::match.c
new file mode 100644
index 000000000000..2ea79a73cb43
--- /dev/null
+++ b/japanese/eb/files/patch-eb::match.c
@@ -0,0 +1,20 @@
+--- eb/match.c.orig Tue Aug 14 10:04:25 2001
++++ eb/match.c Sat Mar 1 02:34:57 2003
+@@ -43,7 +43,7 @@
+
+ for (;;) {
+ if (length <= i) {
+- result = *word_p;
++ result = 0;
+ break;
+ }
+ if (*word_p == '\0') {
+@@ -92,7 +92,7 @@
+
+ for (;;) {
+ if (length <= i) {
+- result = *word_p;
++ result = 0;
+ break;
+ }
+ if (*word_p == '\0') {