FreeBSD Bugzilla – Attachment 10037 Details for
Bug 20284
fetch command fails when Content-Length HTTP header is not given
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 401 bytes, created by
inoue
on 2000-07-29 13:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
inoue
Created:
2000-07-29 13:40:01 UTC
Size:
401 bytes
patch
obsolete
>--- /usr/src/usr.bin/fetch/fetch.c Sat Jul 29 02:33:20 2000 >+++ /usr/src/usr.bin/fetch/fetch.c.new Sat Jul 29 02:05:58 2000 >@@ -416,7 +416,7 @@ > } > > /* did the transfer complete normally? */ >- if (us.size != -1 && count < us.size) { >+ if ((int)us.size != -1 && count < us.size) { > warnx("%s appears to be truncated: %lld/%lld bytes", > path, count, us.size); > goto failure_keep;
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 20284
: 10037