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

Diff for /mandoc/roff.c between version 1.370 and 1.371

version 1.370, 2020/02/27 01:43:52 version 1.371, 2020/02/27 21:43:44
Line 1173  deroff(char **dest, const struct roff_node *n)
Line 1173  deroff(char **dest, const struct roff_node *n)
         char    *cp;          char    *cp;
         size_t   sz;          size_t   sz;
   
         if (n->type != ROFFT_TEXT) {          if (n->string == NULL) {
                 for (n = n->child; n != NULL; n = n->next)                  for (n = n->child; n != NULL; n = n->next)
                         deroff(dest, n);                          deroff(dest, n);
                 return;                  return;

Legend:
Removed from v.1.370  
changed lines
  Added in v.1.371

CVSweb