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

Diff for /mandoc/html.c between version 1.147 and 1.148

version 1.147, 2011/05/24 21:40:14 version 1.148, 2011/07/04 09:42:38
Line 595  bufcat(struct html *h, const char *p)
Line 595  bufcat(struct html *h, const char *p)
   
         h->buflen = strlcat(h->buf, p, BUFSIZ);          h->buflen = strlcat(h->buf, p, BUFSIZ);
         assert(h->buflen < BUFSIZ);          assert(h->buflen < BUFSIZ);
         h->buflen--;  
 }  }
   
 void  void

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

CVSweb