patch เสื่อม ๆ ให้ตัดไฟล์ที่บรรทัดยาวๆ มี delimiter ยาวๆ ได้ครับ ไฟล์ตอนจะ copy & paste ไปใช้ ดูที่ http://pastebin.com/yGwaZf6q ก็ได้
diff -Nur swath-0.4.2/src/wordseg.cpp swath-0.4.2vmod//src/wordseg.cpp
— swath-0.4.2/src/wordseg.cpp 2011-12-31 11:37:01.000000000 +0700
+++ swath-0.4.2vmod//src/wordseg.cpp 2012-03-20 13:11:42.068423410 +0700
@@ -306,7 +306,7 @@
}
int tokenFlag;
char* startStr = line;
- char buff[2000], gout[5000];
+ char buff[200000], gout[500000];
gout[0] = ”;
if (!wholeLine)
{
