mirror of
https://github.com/curl/curl.git
synced 2026-05-26 22:36:23 +03:00
fixup hush you silly compiler
This commit is contained in:
parent
f6fce4f5ab
commit
c31e7d2725
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ static CURLcode cw_out_ptr_flush(struct cw_out_ctx *ctx,
|
|||
curl_write_callback wcb = NULL;
|
||||
void *wcb_data;
|
||||
size_t max_write, min_write;
|
||||
size_t wlen, nwritten;
|
||||
size_t wlen, nwritten = 0;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
/* If we errored once, we do not invoke the client callback again */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue