[uim-commit] r1299 - branches/0.4/uim

ekato at freedesktop.org ekato at freedesktop.org
Wed Aug 24 03:40:56 PDT 2005


Author: ekato
Date: 2005-08-24 03:40:54 -0700 (Wed, 24 Aug 2005)
New Revision: 1299

Modified:
   branches/0.4/uim/skk.c
Log:
* uim/skk.c (get_purged_words) : Merge fix in double quotation
  check from trunk (r1297).


Modified: branches/0.4/uim/skk.c
===================================================================
--- branches/0.4/uim/skk.c	2005-08-24 10:29:34 UTC (rev 1298)
+++ branches/0.4/uim/skk.c	2005-08-24 10:40:54 UTC (rev 1299)
@@ -875,7 +875,7 @@
   p++;
 
   while (*p != '\0') {
-    if (*p == '"') {
+    if (*p == '"' && p[-1] != '\\') {
       open = open ? 0 : 1;
       if (open) {
 	p++;



More information about the uim-commit mailing list