mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
cli: show progress on 32 bit machines
This commit is contained in:
@@ -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." : "");
|
||||
|
||||
Reference in New Issue
Block a user