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

use size_t to keep strlen() results

parent 35fd1365
No related branches found
No related tags found
No related merge requests found
......@@ -810,7 +810,7 @@ static struct hostent* pack_hostent(char** buf, struct hostent* orig)
int i;
char *str;
int len;
size_t len;
bufptr = *buf;
copy = (struct hostent*)bufptr;
......
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