1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

1008: big_files is unsigned int.

This commit is contained in:
Witold Filipczyk 2008-05-11 10:19:09 +02:00 committed by Witold Filipczyk
parent 8508c18341
commit a14cad36ba

View File

@ -712,7 +712,7 @@ http_send_header(struct socket *socket)
struct uri *uri = conn->proxied_uri; /* Set to the real uri */
unsigned char *optstr;
int use_connect, talking_to_proxy;
int big_files = 0;
unsigned int big_files = 0;
/* Sanity check for a host */
if (!uri || !uri->host || !*uri->host || !uri->hostlen) {