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

Diff for /src/usr.bin/mail/cmd3.c between version 1.2 and 1.3

version 1.2, 1996/06/11 12:53:34 version 1.3, 1997/03/29 03:01:44
Line 348 
Line 348 
         for (ip = msgvec; *ip != NULL; ip++) {          for (ip = msgvec; *ip != NULL; ip++) {
                 mesg = *ip;                  mesg = *ip;
                 mp = &message[mesg-1];                  mp = &message[mesg-1];
                 printf("%d: %d/%ld\n", mesg, mp->m_lines, mp->m_size);                  printf("%d: %d/%d\n", mesg, mp->m_lines, mp->m_size);
         }          }
         return(0);          return(0);
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3