From 58d968c758f1367ab814637c4d817065d7c87378 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Thu, 2 Jun 2022 21:39:19 +0300 Subject: [PATCH 1/2] Update base --- src/vnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnode.c b/src/vnode.c index f198c93..c538fad 100644 --- a/src/vnode.c +++ b/src/vnode.c @@ -106,7 +106,7 @@ static vnode_t create_number(vtype xt, const void* v, vtype t) { /*#####################################################################################################################*/ -vnode_t hhttpc_vnode_create(const void* v, vtype t) { +vnode_t libcdsb_vnode_create(const void* v, vtype t) { var_t _ = { .ptr = 0 }; switch (t) { default: abort(); From 759c2460bbe1751cc48fb19751dd689adfdd3077 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Thu, 2 Jun 2022 21:42:26 +0300 Subject: [PATCH 2/2] Update modules --- modules/libunic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libunic b/modules/libunic index 1aabd17..36d3de3 160000 --- a/modules/libunic +++ b/modules/libunic @@ -1 +1 @@ -Subproject commit 1aabd17082d2b1bc09a2dfc0a720376f76e5ac07 +Subproject commit 36d3de3ed3e5cbdf97d2688e76a2a6145fb4ee77