Bug fixes:
- DataTreeCore: - Incorrectly added new child to parent - JSONparseCore: - Printed incomplete object (false error)
This commit is contained in:
@@ -260,7 +260,7 @@ CDataMember * CDataMember::GetChild( const char * Path, bool Create )
|
||||
Child = &((*Child)->NextPeer);
|
||||
}
|
||||
if (!*Child && Create) {
|
||||
*Child = new CDataMember( this, Key, KeyLen );
|
||||
*Child = new CDataMember( Member, Key, KeyLen );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user