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

Diff for /docbook2mdoc/parse.c between version 1.27 and 1.28

version 1.27, 2019/04/09 12:23:34 version 1.28, 2019/04/09 13:35:29
Line 976  parse_string(struct parse *p, char *b, size_t rlen,
Line 976  parse_string(struct parse *p, char *b, size_t rlen,
                 /* Process text up to the next tag, entity, or EOL. */                  /* Process text up to the next tag, entity, or EOL. */
   
                 } else {                  } else {
                         advance(p, b, rlen, &pend, "<&", refill);                          advance(p, b, rlen, &pend,
                               p->ncur == NODE_DOCTYPE ? "<&]" : "<&",
                               refill);
                         xml_char(p, b + poff, pend - poff);                          xml_char(p, b + poff, pend - poff);
                 }                  }
         }          }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb