emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexenix.c
Date: Fri, 04 Apr 2003 01:24:08 -0500

Index: emacs/src/unexenix.c
diff -c emacs/src/unexenix.c:1.5 emacs/src/unexenix.c:1.6
*** emacs/src/unexenix.c:1.5    Mon Jan 15 04:06:29 1996
--- emacs/src/unexenix.c        Tue Feb  4 09:03:13 2003
***************
*** 187,193 ****
    WRITE (outfd, data_org, datalen,
         "write error on %s", new_name);
  
!   for (i = 2, segpos += (2 * sizeof (struct xseg)); 
         i < nsegs;
         i++, segpos += sizeof (struct xseg))
      {
--- 187,193 ----
    WRITE (outfd, data_org, datalen,
         "write error on %s", new_name);
  
!   for (i = 2, segpos += (2 * sizeof (struct xseg));
         i < nsegs;
         i++, segpos += sizeof (struct xseg))
      {




reply via email to

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