summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-07-21 13:16:05 +0800
committerPeng Wu <alexepico@gmail.com>2016-07-21 13:16:05 +0800
commit7f05038b522db86e966be4bd0c34c4c5c4dd266f (patch)
tree141e8bdf23cecee46ba33054233649f855f9e25d /src/PYPBopomofoEditor.cc
parent5b5e43db425969d28082e904947b5eb5b5039c31 (diff)
downloadibus-libpinyin-7f05038b522db86e966be4bd0c34c4c5c4dd266f.tar.gz
ibus-libpinyin-7f05038b522db86e966be4bd0c34c4c5c4dd266f.tar.xz
ibus-libpinyin-7f05038b522db86e966be4bd0c34c4c5c4dd266f.zip
add assert checks
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 8d49614..a18e9ef 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -330,7 +330,7 @@ BopomofoEditor::updatePreeditText ()
size_t offset = 0;
guint cursor = getPinyinCursor ();
- pinyin_get_character_offset(m_instance, sentence, cursor, &offset);
+ assert (pinyin_get_character_offset(m_instance, sentence, cursor, &offset));
Editor::updatePreeditText (preedit_text, offset, TRUE);
if (sentence)