FreeBSD Bugzilla – Attachment 17057 Details for
Bug 31094
show more precision in fetch % complete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 620 bytes, created by
Greg Moncreaff
on 2001-10-07 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Greg Moncreaff
Created:
2001-10-07 05:20:01 UTC
Size:
620 bytes
patch
obsolete
>Index: fetch.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/fetch/fetch.c,v >retrieving revision 1.10.2.15 >diff -u -r1.10.2.15 fetch.c >--- fetch.c 2001/08/16 02:04:00 1.10.2.15 >+++ fetch.c 2001/09/23 18:13:34 >@@ -129,8 +129,8 @@ > if (xs->size <= 0) > fprintf(stderr, ": %lld bytes", xs->rcvd); > else >- fprintf(stderr, " (%lld bytes): %d%%", xs->size, >- (int)((100.0 * xs->rcvd) / xs->size)); >+ fprintf(stderr, " (%lld bytes): %3.1f%%", xs->size, >+ (float)((100.0 * xs->rcvd) / xs->size)); > } > > void
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 31094
: 17057