mirror of
https://github.com/curl/curl.git
synced 2026-04-25 00:42:12 +03:00
CURLOPT_PROGRESSFUNCTION.3: fix example struct assignment
Closes https://github.com/curl/curl/pull/8500
This commit is contained in:
parent
e2e3408222
commit
4517d8eb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ All
|
|||
double ultotal,
|
||||
double ulnow)
|
||||
{
|
||||
struct memory *progress = (struct progress *)userp;
|
||||
struct progress *memory = (struct progress *)userp;
|
||||
|
||||
/* use the values */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue