mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
committed by
vanhofen
parent
b10d76c1cc
commit
3e391e064f
@@ -246,7 +246,7 @@ void XMLTreeNode::AddNode(XMLTreeNode *node, addmode mode)
|
||||
{
|
||||
case ADD_NEIGHBOUR:
|
||||
n=this;
|
||||
|
||||
break;
|
||||
case ADD_CHILD:
|
||||
n=child;
|
||||
}
|
||||
|
Reference in New Issue
Block a user