From eb1371795fffda81b834a891a4eb1fdfb002eea5 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 4 Feb 2003 15:18:06 +0000 Subject: [PATCH] updating a comment, fixing #103776 Daniel * HTMLparser.c: updating a comment, fixing #103776 Daniel --- ChangeLog | 4 ++++ HTMLparser.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d797c2e7..73e9f348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 4 16:17:09 CET 2003 Daniel Veillard + + * HTMLparser.c: updating a comment, fixing #103776 + Tue Feb 4 16:05:53 CET 2003 Daniel Veillard * parser.c: fixing bug 105049 for validity checking of content diff --git a/HTMLparser.c b/HTMLparser.c index 186ab09b..97212b4a 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -4855,7 +4855,6 @@ htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, * @enc: an optional encoding * * Create a parser context for using the HTML parser in push mode - * To allow content encoding detection, @size should be >= 4 * The value of @filename is used for fetching external entities * and error/warning reports. *