changeset 23874:122a362c5024

(Fw32_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 f3304ac34d54
children 4b12480a9cd7
files src/w32select.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32select.c	Tue Dec 15 04:35:38 1998 +0000
+++ b/src/w32select.c	Tue Dec 15 04:35:38 1998 +0000
@@ -124,7 +124,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]))
       {