Update vnode (vtype_variable)

This commit is contained in:
2023-03-24 21:25:42 +03:00
parent 2b1bccb7e8
commit 0180dd1abd
15 changed files with 161 additions and 154 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void print_container_value(const ssize_t* index, const void* value, const vtype
printf("\e[%dG ", hpos+1);
}
printf("\e[31m%24s\e[m", libcdsb_vtype_stringify(libcdsb_variable_build((void*)value, type)));
printf("\e[31m%24s\e[m", libcdsb_variable_stringify(libcdsb_variable_build((void*)value, type)));
if (print_type) {
printf(" \e[36m(\e[m\e[32;1m%s\e[m\e[36m)\e[m", libcdsb_vtype_name(type));