XMLTreeNode::AddNode: fix logic error (in unused branch)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 42bc6f3081
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-09 (Thu, 09 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-01-09 14:57:18 +01:00
committed by vanhofen
parent b10d76c1cc
commit 3e391e064f

View File

@@ -246,7 +246,7 @@ void XMLTreeNode::AddNode(XMLTreeNode *node, addmode mode)
{ {
case ADD_NEIGHBOUR: case ADD_NEIGHBOUR:
n=this; n=this;
break;
case ADD_CHILD: case ADD_CHILD:
n=child; n=child;
} }