Some improvements with dbg levels
FossilOrigin-Name: 4f1f8f238cb3fd097504bfba3b51805d359135256160fe8fdba34908495ec50b
This commit is contained in:
@ -222,7 +222,7 @@ void *mavl_add ( struct mavl *t, const void *data, int *exists )
|
||||
else
|
||||
*exists=0;
|
||||
}
|
||||
return d;
|
||||
return (void*)d;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -230,4 +230,4 @@ void *mavl_add ( struct mavl *t, const void *data)
|
||||
{
|
||||
return mavl_add_exists(t,data,NULL);
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user