mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
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…
x
Reference in New Issue
Block a user