emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32select.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32select.c [emacs-unicode-2]
Date: Mon, 05 Jul 2004 23:10:56 -0400

Index: emacs/src/w32select.c
diff -c emacs/src/w32select.c:1.29.2.3 emacs/src/w32select.c:1.29.2.4
*** emacs/src/w32select.c:1.29.2.3      Mon Jun 28 07:29:24 2004
--- emacs/src/w32select.c       Tue Jul  6 02:57:15 2004
***************
*** 130,135 ****
--- 130,137 ----
  
    BLOCK_INPUT;
  
+   /* Include the terminating NULL character in the source of
+      conversion.  */
    nbytes = SBYTES (string) + 1;
    src = SDATA (string);
    dst = src;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]