mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +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 ) :
|
||||
TiXmlNode( TiXmlNode::DOCUMENT )
|
||||
{
|
||||
tabsize = 4;
|
||||
value = documentName;
|
||||
error = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user