Matt Heckaman <[EMAIL PROTECTED]> writes:
> *nods* It still breaks wmstock though, it never sees itself as getting the
> complete file and errors out, and keeps on trying making temporary files
> that it never knows are correct :) Thank you for the quick diagnoses
> though, it's appreciated.
Quick fix (I think):
Index: http.c
===================================================================
RCS file: /home/ncvs/src/lib/libfetch/http.c,v
retrieving revision 1.34
diff -u -r1.34 http.c
--- http.c 2000/07/25 11:45:38 1.34
+++ http.c 2000/08/02 11:17:09
@@ -770,8 +770,7 @@
struct url *url, *new;
int chunked, need_auth, noredirect, proxy, verbose;
int code, fd, i, n;
- off_t offset;
- size_t clength, length, size;
+ off_t offset, clength, length, size;
time_t mtime;
char *p;
FILE *f;
Now, the question is why gcc didn't warn me about this...
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message