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

Diff for /mandoc/html.c between version 1.192 and 1.193

version 1.192, 2016/01/04 12:45:29 version 1.193, 2017/01/08 16:38:26
Line 662  buffmt_includes(struct html *h, const char *name)
Line 662  buffmt_includes(struct html *h, const char *name)
         while (NULL != (p = strchr(pp, '%'))) {          while (NULL != (p = strchr(pp, '%'))) {
                 bufncat(h, pp, (size_t)(p - pp));                  bufncat(h, pp, (size_t)(p - pp));
                 switch (*(p + 1)) {                  switch (*(p + 1)) {
                 case'I':                  case 'I':
                         bufcat(h, name);                          bufcat(h, name);
                         break;                          break;
                 default:                  default:

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

CVSweb