summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_large_table2.cpp')
-rw-r--r--src/storage/chewing_large_table2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table2.cpp b/src/storage/chewing_large_table2.cpp
index aa34399..c8f9b06 100644
--- a/src/storage/chewing_large_table2.cpp
+++ b/src/storage/chewing_large_table2.cpp
@@ -115,7 +115,7 @@ bool ChewingLargeTable2::load_text(FILE * infile, TABLE_PHONETIC_TYPE type) {
size_t freq;
while (!feof(infile)) {
- int num = fscanf(infile, "%256s %256s %u %ld",
+ int num = fscanf(infile, "%255s %255s %u %ld",
pinyin, phrase, &token, &freq);
if (4 != num)