Mercurial > emacs
changeset 43475:f1ba6420ce49
(Fw16_get_clipboard_data): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Feb 2002 08:54:20 +0000 |
parents | 0405c47ca611 |
children | ba01b07f2a8c |
files | src/w16select.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w16select.c Sat Feb 23 08:53:27 2002 +0000 +++ b/src/w16select.c Sat Feb 23 08:54:20 2002 +0000 @@ -669,7 +669,7 @@ xfree (buf); if (SYMBOLP (coding.post_read_conversion) && !NILP (Ffboundp (coding.post_read_conversion))) - ret = run_pre_post_conversion_on_str (ret, coding, 0); + ret = run_pre_post_conversion_on_str (ret, &coding, 0); Vlast_coding_system_used = coding.symbol; } else