summaryrefslogtreecommitdiff
path: root/hyphen/hyphen-fdo43931.patch
blob: 5299066a1ef37e61231f9a5deae9f7dd625dd538 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/hyphen-2.8.3/hyphen.c	2011-12-22 23:37:55.929693094 +0000
+++ misc/build/hyphen-2.8.3/hyphen.c	2011-12-22 23:38:32.294088592 +0000
@@ -437,7 +437,7 @@
     /* default first level: hyphen and ASCII apostrophe */
     if (!dict[0]->utf8) hnj_hyphen_load_line("NOHYPHEN '\n", dict[k], hashtab);
     else hnj_hyphen_load_line("NOHYPHEN ',\xe2\x80\x93,\xe2\x80\x99\n", dict[k], hashtab);
-    strcpy(buf, "1-1/=,1,1\n"); // buf rewritten by hnj_hyphen_load here
+    strcpy(buf, "1-1\n"); // buf rewritten by hnj_hyphen_load here
     hnj_hyphen_load_line(buf, dict[k], hashtab); /* remove hyphen */
     hnj_hyphen_load_line("1'1\n", dict[k], hashtab); /* ASCII apostrophe */
     if (dict[0]->utf8) {