mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Grammar: percent
This commit is contained in:
parent
9bda53fa42
commit
bbefdcb069
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static int64_t last_iso_blocking_status;
|
|||
/*
|
||||
* The following is used to allocate slots within the progress bar
|
||||
* 0 means unused (no operation or no progress allocated to it)
|
||||
* +n means allocate exactly n bars (n percents of the progress bar)
|
||||
* +n means allocate exactly n bars (n percent of the progress bar)
|
||||
* -n means allocate a weighted slot of n from all remaining
|
||||
* bars. Eg if 80 slots remain and the sum of all negative entries
|
||||
* is 10, -4 will allocate 4/10*80 = 32 bars (32%) for OP progress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue