/[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.29.2.3 by miles, Mon Jun 28 07:29:24 2004 UTC revision 1.29.2.4 by miles, Tue Jul 6 02:57:15 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;

Legend:
Removed from v.1.29.2.3  
changed lines
  Added in v.1.29.2.4

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