unused assert in gpinyin

This commit is contained in:
lixianjing 2024-04-23 07:17:16 +08:00
parent b41853c99c
commit 7a113615d4
2 changed files with 4 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ unsigned MatrixSearch::extend_dmi(DictExtPara* dep, DictMatchInfo* dmi_s) {
if (handles[0] > 0) lpi_total_ = lpi_num;
if (NULL == dmi_s) { // from root
assert(0 != handles[0]);
//assert(0 != handles[0]);
// mtrx_dmi_fr = dmi_pool_used_;
}

View File

@ -1,5 +1,8 @@
# 最新动态
2024/04/23
* 去掉拼音输入法中不必要的断言(输入14个z时出现)(感谢颖健提供补丁)
2024/04/20
* 完善注释,导出部分函数。