some inits

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0fdb6505d8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-24 (Sun, 24 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-10-24 19:19:18 +02:00
committed by vanhofen
parent a01f20a624
commit 121a053955
4 changed files with 7 additions and 6 deletions

View File

@@ -582,7 +582,7 @@ enum XML_Error XML_Parser::doContent(int startTagLevel, const ENCODING *enc, con
for (;;)
{
const char *next;
const char *next = NULL;
int tok=XmlContentTok(enc, s, end, &next);
*eventEndPP = next;
@@ -1232,7 +1232,7 @@ enum XML_Error XML_Parser::doCdataSection(const ENCODING *enc, const char **star
for (;;)
{
const char *next;
const char *next = NULL;
int tok=XmlCdataSectionTok(enc, s, end, &next);
@@ -1843,7 +1843,7 @@ enum XML_Error epilogProcessor(void *parser, const char *s, const char *end, con
for (;;)
{
const char *next;
const char *next = NULL;
int tok=XmlPrologTok(p->encoding, s, end, &next);
p->eventEndPtr=next;