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

Diff for /mandoc/mandoc.c between version 1.88 and 1.89

version 1.88, 2014/10/28 13:24:44 version 1.89, 2014/12/15 17:30:30
Line 480  time2a(time_t t)
Line 480  time2a(time_t t)
         int              isz;          int              isz;
   
         tm = localtime(&t);          tm = localtime(&t);
           if (tm == NULL)
                   return(NULL);
   
         /*          /*
          * Reserve space:           * Reserve space:

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

CVSweb