mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08: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
@ -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…
Reference in New Issue
Block a user