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

Diff for /mandoc/html.c between version 1.83 and 1.84

version 1.83, 2009/11/10 16:32:00 version 1.84, 2009/11/12 08:21:05
Line 262  print_encode(struct html *h, const char *p)
Line 262  print_encode(struct html *h, const char *p)
                 }                  }
   
                 p += len - 1;                  p += len - 1;
   
                   if (DECO_NOSPACE == deco && '\0' == *(p + 1))
                           h->flags |= HTML_NOSPACE;
         }          }
 }  }
   

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb