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

Diff for /src/usr.bin/mail/cmd2.c between version 1.5 and 1.6

version 1.5, 1997/07/14 00:24:24 version 1.6, 1997/07/30 07:19:29
Line 496 
Line 496 
         if (*list == NULL)          if (*list == NULL)
                 return(igshow(tab, which));                  return(igshow(tab, which));
         for (ap = list; *ap != 0; ap++) {          for (ap = list; *ap != 0; ap++) {
                 istrcpy(field, *ap);                  istrncpy(field, *ap, sizeof(field));
                 if (member(field, tab))                  if (member(field, tab))
                         continue;                          continue;
                 h = hash(field);                  h = hash(field);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6