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

dprintf_formatf: Value stored to 'left' is never read

parent d841ab82
No related branches found
No related tags found
No related merge requests found
......@@ -963,7 +963,6 @@ static int dprintf_formatf(
/* RECURSIVE USAGE */
len = curl_msnprintf(fptr, left, ".%ld", prec);
fptr += len;
left -= len;
}
if(p->flags & FLAGS_LONG)
*fptr++ = 'l';
......
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