[uim-commit] r3126 - trunk/uim

kzk at freedesktop.org kzk at freedesktop.org
Sun Feb 19 03:42:12 PST 2006


Author: kzk
Date: 2006-02-19 03:42:08 -0800 (Sun, 19 Feb 2006)
New Revision: 3126

Modified:
   trunk/uim/uim.c
Log:
* uim/uim.c
  - (uim_initialized): initialize with 0


Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c	2006-02-18 20:17:51 UTC (rev 3125)
+++ trunk/uim/uim.c	2006-02-19 11:42:08 UTC (rev 3126)
@@ -58,7 +58,7 @@
 static uim_context context_array[CONTEXT_ARRAY_SIZE];
 struct uim_im *uim_im_array;
 int uim_nr_im;
-static int uim_initialized;
+static int uim_initialized = 0;
 
 void
 uim_set_preedit_cb(uim_context uc,



More information about the uim-commit mailing list