FreeBSD Bugzilla – Attachment 14867 Details for
Bug 27780
[PATCH] fetch(1): don't divide by zero when fetching an empty file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 462 bytes, created by
Craig Leres
on 2001-05-30 23:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2001-05-30 23:10:01 UTC
Size:
462 bytes
patch
obsolete
>*** 126,132 **** > xs->last = now; > > fprintf(stderr, "\rReceiving %s", xs->name); >! if (xs->size == -1) > fprintf(stderr, ": %lld bytes", xs->rcvd); > else > fprintf(stderr, " (%lld bytes): %d%%", xs->size, >--- 126,132 ---- > xs->last = now; > > fprintf(stderr, "\rReceiving %s", xs->name); >! if (xs->size <= 0) > fprintf(stderr, ": %lld bytes", xs->rcvd); > else > fprintf(stderr, " (%lld bytes): %d%%", xs->size,
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 27780
: 14867