Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aba6b952
Commit
aba6b952
authored
Jan 23, 2000
by
Jason Rumney
Browse files
(Fw32_set_clipboard_data): Update call to find_charset_in_str.
parent
162d2499
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32select.c
src/w32select.c
+1
-1
No files found.
src/w32select.c
View file @
aba6b952
...
...
@@ -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
]))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment