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

Diff for /mandoc/Attic/mdoc_strings.c between version 1.11 and 1.12

version 1.11, 2009/10/26 04:09:46 version 1.12, 2009/10/27 08:26:12
Line 131  mdoc_atotime(const char *p)
Line 131  mdoc_atotime(const char *p)
         struct tm        tm;          struct tm        tm;
         char            *pp;          char            *pp;
   
         bzero(&tm, sizeof(struct tm));          memset(&tm, 0, sizeof(struct tm));
   
         if (0 == strcmp(p, "$" "Mdocdate$"))          if (0 == strcmp(p, "$" "Mdocdate$"))
                 return(time(NULL));                  return(time(NULL));

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb