mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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