[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.49 and 1.50

version 1.49, 2007/05/23 22:30:53 version 1.50, 2007/05/23 22:34:03
Line 823 
Line 823 
                 *dot++ = '\0';                  *dot++ = '\0';
                 if (strlen(dot) != 2)                  if (strlen(dot) != 2)
                         goto terr;                          goto terr;
                 lt->tm_sec = ATOI2(p);                  lt->tm_sec = ATOI2(dot);
                 if (lt->tm_sec > 61)    /* could be leap second */                  if (lt->tm_sec > 61)    /* could be leap second */
                         goto terr;                          goto terr;
         }          }

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