# HG changeset patch # User Kenichi Handa # Date 1043993323 0 # Node ID 7fa9627e0e9ebd11069b43d502743cc7123ed9a2 # Parent b185a90cd78f555f3f3ae92366a6bc90fd0133d3 (w32_encode_char): Call ccl_driver with the last arg Qnil. diff -r b185a90cd78f -r 7fa9627e0e9e src/w32term.c --- a/src/w32term.c Thu Jan 30 02:28:24 2003 +0000 +++ b/src/w32term.c Fri Jan 31 06:08:43 2003 +0000 @@ -1432,7 +1432,7 @@ 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. */