This commit is contained in:
2022-07-21 01:18:38 +03:00
parent 84c3a10035
commit 7cd2facc5e
3 changed files with 6 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ void test_searchtree(){
printuni(u);
ST_push(node,"message_id", u);
printf(" -> message_id\n ");
u=(Unitype){.type=Int8Ptr,.VoidPtr=malloc(1)};
u=(Unitype){.type=CharPtr,.VoidPtr=cptr_copy("some text UwU")};
printuni(u);
ST_push(node,"text", u);
printf(" -> text\n");