# HG changeset patch # User Kenichi Handa # Date 908193644 0 # Node ID 4817632d3428d765cf9fa81ddf82d09453840af4 # Parent a209636732e98bfb94ef7cc8d0a0da050709fb42 (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. diff -r a209636732e9 -r 4817632d3428 src/w16select.c --- a/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 +++ b/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 @@ -449,7 +449,7 @@ || !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])) {