Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix with new ucl_object structure
Baptiste Daroussin committed 11 years ago
commit a6c23bdd030c5b84195e13915639a5bf445454ce
parent cb024b2
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)