diff src/w16select.c @ 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 aa52a9cea9f8
children 5d4cefa40da1 aac41b50c875
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