Diff for /embedaddon/libxml2/parserInternals.c between versions 1.1.1.2 and 1.1.1.2.2.1

version 1.1.1.2, 2013/07/22 01:22:19 version 1.1.1.2.2.1, 2013/07/22 01:28:50
Line 1761  xmlInitParserCtxt(xmlParserCtxtPtr ctxt) Line 1761  xmlInitParserCtxt(xmlParserCtxtPtr ctxt)
     ctxt->charset = XML_CHAR_ENCODING_UTF8;      ctxt->charset = XML_CHAR_ENCODING_UTF8;
     ctxt->catalogs = NULL;      ctxt->catalogs = NULL;
     ctxt->nbentities = 0;      ctxt->nbentities = 0;
       ctxt->sizeentities = 0;
       ctxt->sizeentcopy = 0;
     ctxt->input_id = 1;      ctxt->input_id = 1;
     xmlInitNodeInfoSeq(&ctxt->node_seq);      xmlInitNodeInfoSeq(&ctxt->node_seq);
     return(0);      return(0);

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>