FreeBSD Bugzilla – Attachment 144102 Details for
Bug 191270
[patch] df(1): df -h output missing units when size is 1TB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
i am describing this patch
humanize_number.patch (text/plain), 499 bytes, created by
bycn82
on 2014-06-24 14:47:00 UTC
(
hide
)
Description:
i am describing this patch
Filename:
MIME Type:
Creator:
bycn82
Created:
2014-06-24 14:47:00 UTC
Size:
499 bytes
patch
obsolete
>Index: lib/libutil/humanize_number.c >=================================================================== >--- lib/libutil/humanize_number.c (revision 267817) >+++ lib/libutil/humanize_number.c (working copy) >@@ -142,7 +142,7 @@ > * divide once more. > */ > for (i = 0; >- (quotient >= max || (quotient == max - 1 && >+ (quotient >= max - 1 || (quotient == max - 1 && > remainder >= divisordeccut)) && i < maxscale; i++) { > remainder = quotient % divisor; > quotient /= divisor;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191270
: 144102