mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
XML_Parser: initialize variable
This commit is contained in:
committed by
svenhoefer
parent
c61d062124
commit
0cd6cfa68c
@@ -107,6 +107,7 @@ XML_Parser::XML_Parser(const XML_Char *encodingName)
|
|||||||
bufferLim=0;
|
bufferLim=0;
|
||||||
declElementType=0;
|
declElementType=0;
|
||||||
declAttributeId=0;
|
declAttributeId=0;
|
||||||
|
declAttributeIsCdata=0;
|
||||||
declEntity=0;
|
declEntity=0;
|
||||||
declNotationName=0;
|
declNotationName=0;
|
||||||
declNotationPublicId=0;
|
declNotationPublicId=0;
|
||||||
|
Reference in New Issue
Block a user