aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
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
134 || !STRING_MULTIBYTE (string) 134 || !STRING_MULTIBYTE (string)
135 || nbytes == XSTRING (string)->size) 135 || nbytes == XSTRING (string)->size)
136 ? 0 136 ? 0
137 : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); 137 : find_charset_in_str (src, nbytes, charsets, Qnil, 1));
138 138
139 if (!num || (num == 1 && charsets[CHARSET_ASCII])) 139 if (!num || (num == 1 && charsets[CHARSET_ASCII]))
140 { 140 {