mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Merge pull request #164 from turbanoff/master
[BUG_FIXED] Fix Uninitialized read in tinyxmlparser
This commit is contained in:
commit
223caa25d0
@ -993,6 +993,7 @@ public:
|
|||||||
TiXmlDocument( const generic_string& documentName ) :
|
TiXmlDocument( const generic_string& documentName ) :
|
||||||
TiXmlNode( TiXmlNode::DOCUMENT )
|
TiXmlNode( TiXmlNode::DOCUMENT )
|
||||||
{
|
{
|
||||||
|
tabsize = 4;
|
||||||
value = documentName;
|
value = documentName;
|
||||||
error = false;
|
error = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user