fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value

This commit is contained in:
Yang Tse 2009-04-13 07:18:39 +00:00
parent aa330b8240
commit c621546bd6
4 changed files with 12 additions and 12 deletions

View file

@ -55,7 +55,7 @@ int test(char *URL)
if(!res) {
/* we assume that sending always work */
int total=0;
size_t total=0;
do {
/* busy-read like crazy */