[uim-commit] r3095 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Fri Feb 3 21:37:36 PST 2006


Author: ekato
Date: 2006-02-03 21:37:33 -0800 (Fri, 03 Feb 2006)
New Revision: 3095

Modified:
   trunk/xim/canddisp.cpp
Log:
* xim/canddisp.cpp (Canddisp::show_caret_state) : Set terminator
  properly.


Modified: trunk/xim/canddisp.cpp
===================================================================
--- trunk/xim/canddisp.cpp	2006-02-04 04:18:47 UTC (rev 3094)
+++ trunk/xim/canddisp.cpp	2006-02-04 05:37:33 UTC (rev 3095)
@@ -203,7 +203,7 @@
 	return;
     fprintf(candwin_w, "show_caret_state\n");
     fprintf(candwin_w, "%d\n", timeout);
-    fprintf(candwin_w, "%s", str);
+    fprintf(candwin_w, "%s\n", str);
     fprintf(candwin_w, "\n");
     fflush(candwin_w);
     check_connection();



More information about the uim-commit mailing list