summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp
index f22f4ba..66ee0df 100644
--- a/src/storage/pinyin_parser2.cpp
+++ b/src/storage/pinyin_parser2.cpp
@@ -458,13 +458,11 @@ bool FullPinyinParser2::post_process2(pinyin_option_t options,
/* do re-split */
size_t len = strlen(item->m_new_keys[0]);
-
*cur_key = item->m_new_structs[0];
cur_rest->m_raw_end = cur_rest->m_raw_begin + len;
next_rest->m_raw_begin = cur_rest->m_raw_end;
len = strlen(item->m_new_keys[1]);
-
*next_key = item->m_new_structs[1];
}