Update vnode comparison interface (vtype_variable)

This commit is contained in:
2023-03-23 23:47:08 +03:00
parent 3e860c26d3
commit 2b1bccb7e8
20 changed files with 129 additions and 120 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(value, type));
printf("\e[31m%24s\e[m", libcdsb_vtype_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));