summaryrefslogtreecommitdiffstats
path: root/src/PYStrokeEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYStrokeEditor.cc')
-rw-r--r--src/PYStrokeEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYStrokeEditor.cc b/src/PYStrokeEditor.cc
index af26baa..56a5839 100644
--- a/src/PYStrokeEditor.cc
+++ b/src/PYStrokeEditor.cc
@@ -378,7 +378,7 @@ StrokeEditor::updateStateFromInput (void)
return FALSE;
}
- m_auxiliary_text.printf("%c", m_text[0]);
+ m_auxiliary_text = m_text[0];
if (1 == m_text.length ()) {
clearLookupTable ();