Not working
FossilOrigin-Name: 73555ad5806080ecc98daade01858676f5d234a13712640a7f3267010b4bd1a9
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#include "mavl.h"
|
||||
|
||||
|
||||
struct mavlnode * mavl_get_node(struct mavl *t ,union mavldata *data)
|
||||
struct mavlnode * mavl_get_node(struct mavl *t ,void *data)
|
||||
{
|
||||
struct mavlnode *n = t->root;
|
||||
while(n){
|
||||
|
||||
Reference in New Issue
Block a user