/[emacs]/emacs/src/w32select.c
ViewVC logotype

Diff of /emacs/src/w32select.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23.4.4 by miles, Tue Apr 27 14:08:52 2004 UTC revision 1.23.4.5 by miles, Tue Jul 6 10:27:02 2004 UTC
# Line 130  DEFUN ("w32-set-clipboard-data", Fw32_se Line 130  DEFUN ("w32-set-clipboard-data", Fw32_se
130    
131    BLOCK_INPUT;    BLOCK_INPUT;
132    
133      /* Include the terminating NULL character in the source of
134         conversion.  */
135    nbytes = SBYTES (string) + 1;    nbytes = SBYTES (string) + 1;
136    src = SDATA (string);    src = SDATA (string);
137    dst = src;    dst = src;
# Line 208  DEFUN ("w32-set-clipboard-data", Fw32_se Line 210  DEFUN ("w32-set-clipboard-data", Fw32_se
210            {            {
211              string = run_pre_post_conversion_on_str (string, &coding, 1);              string = run_pre_post_conversion_on_str (string, &coding, 1);
212              src = SDATA (string);              src = SDATA (string);
213              nbytes = SBYTES (string);              /* Include the terminating NULL character in the source of
214                   conversion.  */
215                nbytes = SBYTES (string) + 1;
216            }            }
217          coding.src_multibyte = 1;          coding.src_multibyte = 1;
218          coding.dst_multibyte = 0;          coding.dst_multibyte = 0;

Legend:
Removed from v.1.23.4.4  
changed lines
  Added in v.1.23.4.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26