]> wimlib.net Git - wimlib/blobdiff - src/verify.c
Always use abbreviated integer types in library code
[wimlib] / src / verify.c
index 11b47600c9b8c58217c19ad1e87b74568b0a2e58..11efe559ed8d2a488151c57b0fdbb4afd7727443 100644 (file)
@@ -71,7 +71,7 @@ end_verify_blob(struct blob_descriptor *blob, int status, void *_ctx)
                return status;
 
        if (ctx->next_progress == progress->verify_streams.total_bytes) {
-               ctx->next_progress = ~(uint64_t)0;
+               ctx->next_progress = ~(u64)0;
                return 0;
        }