Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix again with gcc
Baptiste Daroussin committed 12 years ago
commit bde3ed31d58d8140d281abbf456db7503e110c22
parent 9977cb9
1 file changed +1 -1
modified external/libucl/include/ucl.h
@@ -296,7 +296,7 @@ ucl_obj_get_key (ucl_object_t *obj, const char *key)
	}

	keylen = strlen (key);
-
	HASH_FIND(hh, obj->value.ov, key, keylen, ret);
+
	HASH_FIND(hh, obj->value.ov, __DECONST(char *, key), keylen, ret);

	return ret;
}