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

Diff for /src/usr.bin/mandoc/mandoc.c between version 1.56 and 1.57

version 1.56, 2014/11/28 19:25:03 version 1.57, 2014/12/15 17:29:58
Line 475 
Line 475 
         int              isz;          int              isz;
   
         tm = localtime(&t);          tm = localtime(&t);
           if (tm == NULL)
                   return(NULL);
   
         /*          /*
          * Reserve space:           * Reserve space:

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57