emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Fri, 08 Aug 2003 18:45:18 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.190 emacs/src/print.c:1.191
*** emacs/src/print.c:1.190     Tue Jul 22 15:22:02 2003
--- emacs/src/print.c   Fri Aug  8 18:45:18 2003
***************
*** 506,512 ****
        for (i = 0; i < size; i++)
          PRINTCHAR (SREF (string, i));
        else
!       for (i = 0; i < size_byte; i++)
          {
            /* Here, we must convert each multi-byte form to the
               corresponding character code before handing it to PRINTCHAR.  */
--- 506,512 ----
        for (i = 0; i < size; i++)
          PRINTCHAR (SREF (string, i));
        else
!       for (i = 0; i < size_byte; )
          {
            /* Here, we must convert each multi-byte form to the
               corresponding character code before handing it to PRINTCHAR.  */




reply via email to

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