Loading meson.build +1 −1 Original line number Diff line number Diff line # -*- mode: conf -*- project('zero-pinyin-service', ['c', 'cpp'], version: '0.9.0', version: '0.9.1', license: 'GPL', default_options: [ 'warning_level=2', Loading zero-pinyin-service.c +2 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,8 @@ to_pyzy_flag(const guint fuzzy_flag) if (fuzzy_flag & FUZZY_FLAG_L_N) { result = result | PINYIN_FUZZY_L_N | PINYIN_FUZZY_N_L; } return result; /* always enable incomplete pinyin support */ return result | PINYIN_INCOMPLETE_PINYIN; } void Loading Loading
meson.build +1 −1 Original line number Diff line number Diff line # -*- mode: conf -*- project('zero-pinyin-service', ['c', 'cpp'], version: '0.9.0', version: '0.9.1', license: 'GPL', default_options: [ 'warning_level=2', Loading
zero-pinyin-service.c +2 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,8 @@ to_pyzy_flag(const guint fuzzy_flag) if (fuzzy_flag & FUZZY_FLAG_L_N) { result = result | PINYIN_FUZZY_L_N | PINYIN_FUZZY_N_L; } return result; /* always enable incomplete pinyin support */ return result | PINYIN_INCOMPLETE_PINYIN; } void Loading