aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/tin/files/patch-page.c
blob: 2e3635d8b60de5176b3abc51b2ca52c4f2902af9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/page.c.orig Wed Jan  8 00:19:22 2003
+++ src/page.c  Wed Jan  8 00:19:47 2003
@@ -980,7 +980,7 @@
            }
        } else
 #  endif /* MULTIBYTE_ABLE && !NO_LOCALE */
-           if ((int) strlen(line) >= cCOLS)
+           if ((int) strlen(line) >= cCOLS && strncasecmp(tinrc.mm_local_charset, "Big5", 4))
                bytes = cCOLS;
        line[bytes] = '\0';