X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fsbuck.c;h=d996ef570c02ef4e2e854a8b87d7c5d4843969d1;hb=f1155256f7a168f5e2c0097cb4e7197b79c4f041;hp=7cedee9648e76d83780483dc63afd031c667b9fd;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/sorter/sbuck.c b/ucw/sorter/sbuck.c index 7cedee96..d996ef57 100644 --- a/ucw/sorter/sbuck.c +++ b/ucw/sorter/sbuck.c @@ -16,7 +16,7 @@ #include void * -sorter_alloc(struct sort_context *ctx, uns size) +sorter_alloc(struct sort_context *ctx, uint size) { return mp_alloc_zero(ctx->pool, size); }