Skip to content
Snippets Groups Projects
Commit c5637baa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make the variables that hold the result of strlen() size_t

parent f8426a2c
No related branches found
No related tags found
No related merge requests found
......@@ -856,8 +856,8 @@ static void suboption(struct connectdata *conn)
{
struct curl_slist *v;
unsigned char temp[2048];
int len;
int tmplen;
size_t len;
size_t tmplen;
char varname[128];
char varval[128];
struct SessionHandle *data = conn->data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment