]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_encode_char): Call ccl_driver with the last arg Qnil.
authorKenichi Handa <handa@m17n.org>
Fri, 31 Jan 2003 06:08:43 +0000 (06:08 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 31 Jan 2003 06:08:43 +0000 (06:08 +0000)
src/w32term.c

index 222bc96a35bf839c5a465971a803f7f8bc3a9a89..8241be623d801c90c526d208ab960efdf4b372ab 100644 (file)
@@ -1432,7 +1432,7 @@ w32_encode_char (c, char2b, font_info, two_byte_p)
          ccl->reg[2] = BYTE2 (*char2b);
        }
 
-      ccl_driver (ccl, NULL, NULL, 0, 0, NULL);
+      ccl_driver (ccl, NULL, NULL, 0, 0, NULL, Qnil);
 
       /* We assume that MSBs are appropriately set/reset by CCL
         program.  */