mirror of
https://github.com/curl/curl.git
synced 2026-05-02 18:47:52 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue