emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xselect.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Fri, 07 Jun 2002 09:43:30 -0400

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.117 emacs/src/xselect.c:1.118
*** emacs/src/xselect.c:1.117   Wed Jun  5 13:36:22 2002
--- emacs/src/xselect.c Fri Jun  7 09:43:29 2002
***************
*** 1776,1781 ****
--- 1776,1782 ----
          unibyte_string = string_make_unibyte (obj);
          *data_ret = XSTRING (unibyte_string)->data;
          *nofree_ret = 1;
+         *size_ret = STRING_BYTES (*data_ret);
        }
        else
        {



reply via email to

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