make sure we tell tvbparse_until() to include the last token.

svn path=/trunk/; revision=16033
This commit is contained in:
Luis Ontanon 2005-09-28 01:17:45 +00:00
parent 217b73a0b1
commit 02a506e15f
1 changed files with 1 additions and 2 deletions

View File

@ -522,8 +522,7 @@ void init_xml_parser(void) {
NULL),
tvbparse_until(-1,NULL,NULL,NULL,
tvbparse_char(-1,">",NULL,NULL,NULL),
FALSE),
tvbparse_char(-1,">",NULL,NULL,NULL),
TRUE),
NULL),
NULL),
NULL);