Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Sync from libucl
Baptiste Daroussin committed 12 years ago
commit 1f526e9555fba2f6c3e48c3e1548ed1dc983208c
parent 19469e8
1 file changed +1 -1
modified external/uthash/utstring.h
@@ -60,7 +60,7 @@ do { \
#define utstring_init(s)                                   \
do {                                                       \
  (s)->n = 0; (s)->i = 0; (s)->d = NULL;                   \
-
  utstring_reserve(s,100);                                 \
+
  utstring_reserve(s,128);                                 \
  (s)->d[0] = '\0'; \
} while(0)