emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116072: composite.c (composition_update_it): Fix pr


From: Kenichi Handa
Subject: [Emacs-diffs] trunk r116072: composite.c (composition_update_it): Fix previous change.
Date: Sun, 19 Jan 2014 13:28:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116072 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: K. Handa <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-19 22:28:16 +0900
message:
  composite.c (composition_update_it): Fix previous change.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/composite.c                
composite.c-20091113204419-o5vbwnq5f7feedwu-1728
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-01-18 11:46:22 +0000
+++ b/src/ChangeLog     2014-01-19 13:26:21 +0000
@@ -1,3 +1,7 @@
+2014-01-19  K. Handa  <address@hidden>
+
+       * composite.c (composition_update_it): Fix previous change.
+
 2014-01-18  Eli Zaretskii  <address@hidden>
 
        Fix file name handling on MS-Windows 9X.

=== modified file 'src/composite.c'
--- a/src/composite.c   2014-01-12 23:23:55 +0000
+++ b/src/composite.c   2014-01-19 13:26:21 +0000
@@ -1412,7 +1412,7 @@
       cmp_it->width = 0;
       for (i = cmp_it->nchars - 1; i >= 0; i--)
        {
-         c = XINT (LGSTRING_CHAR (gstring, cmp_it->from + i));
+         c = XINT (LGSTRING_CHAR (gstring, from + i));
          cmp_it->nbytes += CHAR_BYTES (c);
          cmp_it->width += CHAR_WIDTH (c);
        }


reply via email to

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