X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwrite.c;h=f397cbb280df33b2e1fb515b6f35094cd8662a1e;hb=c9c5830dcd3152d13c777bb8a37902663a5cd2b4;hp=92b30da20818e370e5e485cdaee0e47932b24e11;hpb=50407ddd59aa2d0906225a4526eaefbf6da8450f;p=wimlib 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)