Diff for /XML/HTMLparser.c between versions 1.33 and 1.34

version 1.33, 2000/01/11 19:42:27 version 1.34, 2000/02/03 15:35:57
Line 3527  htmlParseChunk(htmlParserCtxtPtr ctxt, c Line 3527  htmlParseChunk(htmlParserCtxtPtr ctxt, c
         fprintf(stderr, "HPP: pushed %d\n", size);          fprintf(stderr, "HPP: pushed %d\n", size);
 #endif  #endif
   
         htmlParseTryOrFinish(ctxt, terminate);          if ((terminate) || (ctxt->input->buf->buffer->use > 80))
               htmlParseTryOrFinish(ctxt, terminate);
     } else if (ctxt->instate != XML_PARSER_EOF)      } else if (ctxt->instate != XML_PARSER_EOF)
         htmlParseTryOrFinish(ctxt, terminate);          htmlParseTryOrFinish(ctxt, terminate);
     if (terminate) {      if (terminate) {

Removed from v.1.33  
changed lines
  Added in v.1.34


Webmaster