emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Tue, 05 Feb 2008 04:12:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/05 04:12:52

Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- coding.c    1 Feb 2008 16:00:58 -0000       1.364
+++ coding.c    5 Feb 2008 04:12:52 -0000       1.365
@@ -5717,7 +5717,10 @@
                  pos_end--;
                }
              pos++;
+             if (coding->dst_multibyte)
              pos_byte += BYTES_BY_CHAR_HEAD (*p);
+             else
+               pos_byte++;
            }
        }
       coding->produced -= n;




reply via email to

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