removed wrong isduplicate assignment
This commit is contained in:
parent
8e76b27760
commit
111b9c5532
@ -87,11 +87,12 @@ TreeNode *addToTreeRec(TreeNode *currentNode, TreeNode *newNode, CompareFctType
|
||||
*isDuplicate = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (isDuplicate != NULL)
|
||||
{
|
||||
*isDuplicate = 0;
|
||||
}
|
||||
*/
|
||||
return currentNode;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user