aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-11-29 20:28:49 +0100
committerYang Tse <yangsita@gmail.com>2011-11-29 20:28:49 +0100
commit1038d0aa16d10582258e5702ee3637fb0c17bbfa (patch)
treef76f9212481030ab2ac51bdcb736971b24036da5 /lib
parentf80a508297e7ece911bbb833436985070e17e6a8 (diff)
pop3.c: fix compiler warning
Diffstat (limited to 'lib')
-rw-r--r--lib/pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 5d06dfcb5..cf439c87a 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -1045,7 +1045,7 @@ CURLcode Curl_pop3_write(struct connectdata *conn,
over up to 5 different data chunks.
*/
struct pop3_conn *pop3c = &conn->proto.pop3c;
- unsigned int i;
+ size_t i;
/* since the EOB string must be within the last 5 bytes, get the index
position of where to start to scan for it */