X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=xml%2Fcommon.c;h=89b848cfcf8404217a7e99eea9ce66b0a1893d5f;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=bd95b7ea86041acc4e3b3d1ac6f856b26e88204b;hpb=94b06fc32d62e644ebda4c2148c76d65759702e6;p=libucw.git diff --git a/xml/common.c b/xml/common.c index bd95b7ea..89b848cf 100644 --- a/xml/common.c +++ b/xml/common.c @@ -76,7 +76,7 @@ xml_fatal(struct xml_context *ctx, const char *format, ...) /*** Memory management ***/ void * -xml_hash_new(struct mempool *pool, uns size) +xml_hash_new(struct mempool *pool, uint size) { void *tab = mp_alloc_zero(pool, size + XML_HASH_HDR_SIZE); *(void **)tab = pool;