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

Diff for /src/usr.bin/mail/collect.c between version 1.32 and 1.33

version 1.32, 2009/10/27 23:59:40 version 1.33, 2011/04/06 11:36:26
Line 523 
Line 523 
                         puts("No appropriate messages");                          puts("No appropriate messages");
                         return(0);                          return(0);
                 }                  }
                 msgvec[1] = NULL;                  msgvec[1] = 0;
         }          }
         if (tolower(f) == 'f')          if (tolower(f) == 'f')
                 tabst = NULL;                  tabst = NULL;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33