diff options
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r-- | src/PYPBopomofoEditor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc index da95298..3c0b9bc 100644 --- a/src/PYPBopomofoEditor.cc +++ b/src/PYPBopomofoEditor.cc @@ -355,7 +355,7 @@ LibPinyinBopomofoEditor::updateAuxiliaryText (void) m_buffer << '|' << str; g_free (str); } else if (G_LIKELY (cursor < m_cursor && - m_cursor < end)) { /* in word */ + m_cursor < end)) { /* in word */ /* raw text */ guint16 length = 0; pinyin_get_key_rest_length (m_instance, pos, &length); |