emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src coding.c


From: Jason Rumney
Subject: [Emacs-diffs] emacs/src coding.c
Date: Sat, 20 Dec 2008 07:59:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/12/20 07:59:34

Modified files:
        src            : coding.c 

Log message:
        (decode_coding): Clear chars_at_source flag when using charbuf.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/coding.c?cvsroot=emacs&r1=1.402&r2=1.403

Patches:
Index: coding.c
===================================================================
RCS file: /sources/emacs/emacs/src/coding.c,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -b -r1.402 -r1.403
--- coding.c    10 Dec 2008 01:04:21 -0000      1.402
+++ coding.c    20 Dec 2008 07:59:33 -0000      1.403
@@ -6654,6 +6654,8 @@
             that the number of data is less than the size of
             coding->charbuf.  */
          coding->charbuf_used = 0;
+         coding->chars_at_source = 0;
+
          while (nbytes-- > 0)
            {
              int c = *src++;




reply via email to

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