emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/tparam.c
Date: Tue, 04 Feb 2003 09:03:46 -0500

Index: emacs/src/tparam.c
diff -c emacs/src/tparam.c:1.9 emacs/src/tparam.c:1.10
*** emacs/src/tparam.c:1.9      Fri Apr 26 19:39:05 2002
--- emacs/src/tparam.c  Tue Feb  4 09:03:13 2003
***************
*** 169,175 ****
              outlen *= 2;
              new = (char *) xrealloc (outstring, outlen);
            }
!         
          op = new + offset;
          outend = new + outlen;
          outstring = new;
--- 169,175 ----
              outlen *= 2;
              new = (char *) xrealloc (outstring, outlen);
            }
! 
          op = new + offset;
          outend = new + outlen;
          outstring = new;




reply via email to

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