diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib556.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 579321ed9..cb57f763b 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -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 */ |