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

Diff for /src/usr.bin/vacation/vacation.c between version 1.25 and 1.26

version 1.25, 2007/02/23 15:18:59 version 1.26, 2007/02/23 15:26:52
Line 221 
Line 221 
                          */                           */
                         if (!*p)                          if (!*p)
                                 exit(0);                                  exit(0);
                         if (strncasecmp(p, "no", 2))                          if (strlen(p) != 3 || strncasecmp(p, "no", 2))
                                 exit(0);                                  exit(0);
                         break;                          break;
                 case 'F':               /* "From " */                  case 'F':               /* "From " */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26