mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:47:17 +03:00
dprintf_formatf: Value stored to 'left' is never read
This commit is contained in:
parent
d841ab82b8
commit
dfad8a6dad
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue