CURLOPT_XFERINFOFUNCTION.3: fix example struct assignment
Closes https://github.com/curl/curl/pull/8519
This commit is contained in:
parent
f4f8259d63
commit
0aa9ea99d2
@ -90,7 +90,7 @@ All
|
||||
curl_off_t ultotal,
|
||||
curl_off_t ulnow)
|
||||
{
|
||||
struct memory *progress = (struct progress *)clientp;
|
||||
struct progress *memory = (struct progress *)clientp;
|
||||
|
||||
/* use the values */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user