Correct percentage formatting so it is always 3 characters wide.

This commit is contained in:
Andrew Wood
2023-10-11 22:22:53 +01:00
parent e864eca78d
commit 03fb1dc673
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -88,5 +88,6 @@ is acknowledged and greatly appreciated:
* Matějů Miroslav, Ing. - suggested fix for ETA and elapsed time faults when suspending and resuming a machine ([#13](https://codeberg.org/a-j-wood/pv/issues/13))
* Anthony DeRobertis - suggested the "`--error-skip-block`" option ([#37](https://codeberg.org/a-j-wood/pv/issues/37))
* Benoit Pierre - provided patches for compilation without IPC support, without HAVE_STRUCT_STAT_ST_BLKSIZE, and on MacOS
* [gustav-b](https://codeberg.org/gustav-b) - suggested percentage formatting correction ([#80](https://codeberg.org/a-j-wood/pv/issues/80))
---
+1
View File
@@ -2,6 +2,7 @@
* fix: replaced "`--remote`" mechanism, using a temporary file instead of SysV IPC, so it can work reliably even when there are multiple PV instances
* fix: corrected compilation failure when without IPC support
* fix: corrected percentage formatting so it doesn't jump from 2 to 3 characters wide at 100% ([#80](https://codeberg.org/a-j-wood/pv/issues/80))
* cleanup: compilation warnings fixed on non-IPC and MacOS systems
### 1.8.0 - 24 September 2023