sucessfull testing
This commit is contained in:
parent
b69cfb0640
commit
b7fa24f2e9
@ -88,7 +88,7 @@ TreeNode *addToTreeRec(TreeNode *currentNode, TreeNode *newNode, CompareFctType
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return currentNode;
|
return currentNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,7 +114,6 @@ void *nextTreeData(TreeNode *root)
|
|||||||
// return current top entry and then pop that top entry
|
// return current top entry and then pop that top entry
|
||||||
stackRoot = pop(stackRoot);
|
stackRoot = pop(stackRoot);
|
||||||
pointerToReturn = top(stackRoot);
|
pointerToReturn = top(stackRoot);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user