Use long long in place of long in conv.c to allow show size of files bigger
commitf60d85c4c1fe73afb527902d505e1cbb4f181630
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 4 Sep 2010 12:10:51 +0000 (4 14:10 +0200)
committerwitekfl <witekfl@sid.(none)>
Sat, 4 Sep 2010 12:10:51 +0000 (4 14:10 +0200)
tree90160c0c03afea5c05455f6dd21833f177ed742b
parent9574b38abee30ea926665bf10a40965eebcdc795
Use long long in place of long in conv.c to allow show size of files bigger
than 2GiB in the download dialog. Also let regetting big files.
Previously the Content-Length variable in http.c was int, what is
not enough. Now it is long long.
src/protocol/http/http.c
src/util/conv.c
src/util/conv.h