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

Diff for /src/usr.bin/mandoc/html.c between version 1.62 and 1.63

version 1.62, 2015/12/25 20:43:04 version 1.63, 2017/01/08 16:38:04
Line 660 
Line 660 
         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.62  
changed lines
  Added in v.1.63