From 42912be3607fc4f841e612c50e94ab2e7ca1ad9e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 15 Dec 1998 04:35:38 +0000 Subject: [PATCH] (Fw16_set_clipboard_data): Call find_charset_in_str with MULTIBYTE arg 0. --- src/w16select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w16select.c b/src/w16select.c index d587e583187..85cdd852c95 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, 0)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { -- 2.39.2