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

Diff for /src/usr.bin/at/at.c between version 1.48 and 1.49

version 1.48, 2007/05/23 19:50:28 version 1.49, 2007/05/23 22:30:53
Line 817 
Line 817 
                 else if (!isdigit((unsigned char)*p))                  else if (!isdigit((unsigned char)*p))
                         goto terr;                          goto terr;
         }          }
         if (dot != NULL) {          if (dot == NULL)
                   lt->tm_sec = 0;
           else {
                 *dot++ = '\0';                  *dot++ = '\0';
                 if (strlen(dot) != 2)                  if (strlen(dot) != 2)
                         goto terr;                          goto terr;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49