X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=xml%2Fcommon.c;h=89b848cfcf8404217a7e99eea9ce66b0a1893d5f;hb=9adf0cac23ff0639f64a9d510c71e5aab44c27e9;hp=bd95b7ea86041acc4e3b3d1ac6f856b26e88204b;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;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;