Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix with new ucl_object structure
Baptiste Daroussin committed 11 years ago
commit a6c23bdd030c5b84195e13915639a5bf445454ce
parent cb024b2eae1495bf2c0111a2bc372d2f946d227c
1 file changed +2 -2
modified libpkg/private/pkg.h
@@ -111,9 +111,9 @@
	} while (0)

#define HASH_FIND_UCLT(head,type,out)                            \
-
	HASH_FIND(hh, head, type, sizeof(enum ucl_type), out)
+
	HASH_FIND(hh, head, type, sizeof(uint16_t), out)
#define HASH_ADD_UCLT(head,type,add)                             \
-
	HASH_ADD(hh, head, type, sizeof(enum ucl_type), add)
+
	HASH_ADD(hh, head, type, sizeof(uint16_t), add)

#define HASH_FIND_YAMLT(head,type,out)                                   \
	HASH_FIND(hh,head,type,sizeof(yaml_node_type_t),out)