X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=f397cbb280df33b2e1fb515b6f35094cd8662a1e;hp=92b30da20818e370e5e485cdaee0e47932b24e11;hb=f675c45459508d058aeda4869e2928be4b7ffd99;hpb=88bfb44de205f72acaefac0d509e1e4e604496f1 diff --git a/src/write.c b/src/write.c index 92b30da2..f397cbb2 100644 --- a/src/write.c +++ b/src/write.c @@ -896,8 +896,8 @@ submit_chunk_for_compression(struct write_streams_ctx *ctx, * compressed chunk. */ while (!ctx->compressor->submit_chunk(ctx->compressor, chunk, size)) { const void *cchunk; - unsigned csize; - unsigned usize; + u32 csize; + u32 usize; bool bret; int ret; @@ -1180,8 +1180,8 @@ static int finish_remaining_chunks(struct write_streams_ctx *ctx) { const void *cdata; - unsigned csize; - unsigned usize; + u32 csize; + u32 usize; int ret; if (ctx->compressor == NULL)