FS#27924 - [pacman 4] 0,00 MiB 'Net Change' should be a non-negative value.
Attached to Project:
Pacman
Opened by Karol Błażewicz (karol) - Friday, 13 January 2012, 05:09 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 07 February 2012, 04:14 GMT
Opened by Karol Błażewicz (karol) - Friday, 13 January 2012, 05:09 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 07 February 2012, 04:14 GMT
|
Details
# pacman -Syu
... Name Old Version New Version Net Change Download Size chromium 16.0.912.63-2 16.0.912.75-1 -0,00 MiB 22,94 MiB ... dmenu 4.4.1-1 4.5-1 0,00 MiB 0,01 MiB What's the difference between 'Net Change' of -0,00 MiB and one of 0,00 MiB? |
This task depends upon
Closed by Dan McGee (toofishes)
Tuesday, 07 February 2012, 04:14 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in e8db984ce599.
Comment also fixed on maint.
Tuesday, 07 February 2012, 04:14 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in e8db984ce599.
Comment also fixed on maint.
Name_________Net Change
chromium____-0,00 MiB
dmenu________0,00 MiB
Patches welcome to round all values in this range to 0.
+ * @param precision number of decimal places, ensures -0.0.0 gets rounded to
+ * 0.00; -1 if no rounding desired