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

Diff for /src/usr.bin/mail/edit.c between version 1.12 and 1.13

version 1.12, 2003/06/03 02:56:11 version 1.13, 2004/05/10 15:25:51
Line 106 
Line 106 
                 dot = mp = &message[msgvec[i] - 1];                  dot = mp = &message[msgvec[i] - 1];
                 touch(mp);                  touch(mp);
                 (void)ignoresig(SIGINT, &oact, &oset);                  (void)ignoresig(SIGINT, &oact, &oset);
                 fp = run_editor(setinput(mp), mp->m_size, type, readonly);                  fp = run_editor(setinput(mp), (off_t)mp->m_size, type, readonly);
                 if (fp != NULL) {                  if (fp != NULL) {
                         (void)fseek(otf, 0L, 2);                          (void)fseek(otf, 0L, 2);
                         size = ftell(otf);                          size = ftell(otf);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13