[BACK]Return to mandoc.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.c between version 1.84 and 1.85

version 1.84, 2014/08/10 23:54:41 version 1.85, 2014/08/16 19:00:01
Line 455  a2time(time_t *t, const char *fmt, const char *p)
Line 455  a2time(time_t *t, const char *fmt, const char *p)
         memset(&tm, 0, sizeof(struct tm));          memset(&tm, 0, sizeof(struct tm));
   
         pp = NULL;          pp = NULL;
 #ifdef  HAVE_STRPTIME  #if HAVE_STRPTIME
         pp = strptime(p, fmt, &tm);          pp = strptime(p, fmt, &tm);
 #endif  #endif
         if (NULL != pp && '\0' == *pp) {          if (NULL != pp && '\0' == *pp) {

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb