diff src/xselect.c @ 26877:9c5071c954cd

(lisp_data_to_selection_data): Adjusted for the change for find_charset_in_str.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Dec 1999 00:26:05 +0000
parents 3e56c05edfab
children 5c3828858be8
line wrap: on
line diff
--- a/src/xselect.c	Wed Dec 15 00:25:34 1999 +0000
+++ b/src/xselect.c	Wed Dec 15 00:26:05 1999 +0000
@@ -1659,7 +1659,7 @@
 	      || !STRING_MULTIBYTE (obj)
 	      || *size_ret == XSTRING (obj)->size)
 	     ? 0
-	     : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 0, 1));
+	     : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1));
 
       if (!num || (num == 1 && charsets[CHARSET_ASCII]))
 	{