emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/composite.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/composite.c,v
Date: Fri, 29 Aug 2008 09:54:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/29 09:54:47

Index: composite.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/composite.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- composite.c 29 Aug 2008 07:53:27 -0000      1.51
+++ composite.c 29 Aug 2008 09:54:45 -0000      1.52
@@ -865,7 +865,7 @@
   for (i = 0; i < len; i++)
     {
       Lisp_Object g = LGSTRING_GLYPH (gstring, i);
-      int c = XINT (AREF (header, i + 1));
+      EMACS_INT c = XINT (AREF (header, i + 1));
 
       if (NILP (g))
        {




reply via email to

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