mirror of
https://github.com/curl/curl.git
synced 2026-04-15 07:21:42 +03:00
pop3.c: fix compiler warning
This commit is contained in:
parent
f80a508297
commit
1038d0aa16
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue