1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Fix compiler warning

This commit is contained in:
Yang Tse 2005-12-09 21:09:21 +00:00
parent 1cc98ab50f
commit 4f69318e12

View File

@ -103,7 +103,7 @@ static void write_tcp_data(ares_channel channel, fd_set *write_fds, time_t now)
struct iovec *vec;
int i;
ssize_t scount;
int wcount;
ssize_t wcount;
size_t n;
for (i = 0; i < channel->nservers; i++)