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

Diff for /mandoc/man_term.c between version 1.218 and 1.219

version 1.218, 2018/08/18 14:26:12 version 1.219, 2018/08/18 17:07:23
Line 872  pre_SY(DECL_ARGS)
Line 872  pre_SY(DECL_ARGS)
         }          }
   
         nn = n->parent->head->child;          nn = n->parent->head->child;
         len = nn == NULL ? 0 : term_strlen(p, nn->string) + 1;          len = nn == NULL ? 1 : term_strlen(p, nn->string) + 1;
   
         switch (n->type) {          switch (n->type) {
         case ROFFT_HEAD:          case ROFFT_HEAD:

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.219

CVSweb