changeset 23875:4b12480a9cd7

(Fw16_set_clipboard_data): Call find_charset_in_str with MULTIBYTE arg 0.
author Kenichi Handa <handa@m17n.org>
date Tue, 15 Dec 1998 04:35:38 +0000
parents 122a362c5024
children 8d2f38338c81
files src/w16select.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w16select.c	Tue Dec 15 04:35:38 1998 +0000
+++ b/src/w16select.c	Tue Dec 15 04:35:38 1998 +0000
@@ -449,7 +449,7 @@
 	  || !STRING_MULTIBYTE (string)
 	  || nbytes == XSTRING (string)->size)
 	 ? 0
-	 : find_charset_in_str (src, nbytes, charsets, Qnil, 0));
+	 : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1));
 
   if (!num || (num == 1 && charsets[CHARSET_ASCII]))
     {