From 76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 12 Oct 1998 12:00:44 +0000 Subject: [PATCH] (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. --- src/w16select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w16select.c b/src/w16select.c index f59768a300e..d587e583187 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -449,7 +449,7 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat || !STRING_MULTIBYTE (string) || nbytes == XSTRING (string)->size) ? 0 - : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 0)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { -- 2.39.2