From 84e1ba97704b4e4cf0185af105c768ae3a693206 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 16 May 2016 15:19:53 +0800 Subject: fixes a typo --- src/storage/pinyin_parser2.cpp | 2 -- 1 file changed, 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]; } -- cgit