Compare commits
No commits in common. "c37ce6327cb79bffdc7e0aaf07d0afa5fac3e812" and "8e76b27760ed5009864d4259b78d4a59b0d2fe1d" have entirely different histories.
c37ce6327c
...
8e76b27760
@ -87,12 +87,11 @@ TreeNode *addToTreeRec(TreeNode *currentNode, TreeNode *newNode, CompareFctType
|
|||||||
*isDuplicate = 1;
|
*isDuplicate = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
if (isDuplicate != NULL)
|
if (isDuplicate != NULL)
|
||||||
{
|
{
|
||||||
*isDuplicate = 0;
|
*isDuplicate = 0;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
return currentNode;
|
return currentNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
highscore.o
BIN
highscore.o
Binary file not shown.
@ -1 +1,3 @@
|
|||||||
|
àoï;0
|
||||||
|
test;9238
|
||||||
player1;3999
|
player1;3999
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user