From 0eeeefa2ef4760d0856c53dc3af5e114f0419ec7 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 23 Jan 2000 03:23:12 +0000 Subject: (Fw32_set_clipboard_data): Update call to find_charset_in_str. --- src/w32select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32select.c') diff --git a/src/w32select.c b/src/w32select.c index 65db0b5458e..ad28d17f9c3 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -134,7 +134,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat || !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])) { -- cgit v1.2.1