[BACK]Return to mail.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/Attic/mail.c between version 1.8 and 1.9

version 1.8, 2005/10/14 19:46:46 version 1.9, 2005/11/18 20:56:53
Line 127 
Line 127 
                          */                           */
                         const char *trail;                          const char *trail;
                         int save_doto = curwp->w_doto;                          int save_doto = curwp->w_doto;
                         LINE *save_dotp = curwp->w_dotp;                          struct line *save_dotp = curwp->w_dotp;
                         int tlen = len - col;                          int tlen = len - col;
   
                         trail = curwp->w_dotp->l_text + col;                          trail = curwp->w_dotp->l_text + col;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9