Mercurial > emacs
changeset 27401:8c35aee5448d
(Fw32_set_clipboard_data): Update call to find_charset_in_str.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 23 Jan 2000 03:23:12 +0000 |
parents | da3ee40952bf |
children | 044fe520ab6e |
files | src/w32select.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32select.c Sun Jan 23 03:22:21 2000 +0000 +++ b/src/w32select.c Sun Jan 23 03:23:12 2000 +0000 @@ -134,7 +134,7 @@ || !STRING_MULTIBYTE (string) || nbytes == XSTRING (string)->size) ? 0 - : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) {