Commit 286e7f0a by Edward Thomson

cli: show progress on 32 bit machines

parent bdab2238
......@@ -295,7 +295,7 @@ void cli_progress_checkout(
}
progress_printf(progress, false,
"Checking out files: %3d%% (%lu/%lu)%s\r",
"Checking out files: %3d%% (%" PRIuZ "/%" PRIuZ ")%s\r",
percent(completed_steps, total_steps),
completed_steps, total_steps,
done ? ", done." : "");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment