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

make nlen a size_t to better hold diffs between pointers etc

parent ecfede9b
No related branches found
No related tags found
No related merge requests found
......@@ -2059,7 +2059,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
*/
char *p = strchr(nextarg, '=');
long size = 0;
int nlen;
size_t nlen;
char is_file;
if(!p)
p = strchr(nextarg, '@');
......
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