mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
some inits
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user