2
0
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:
Farzin 2022-02-27 17:43:52 +03:30 committed by Jay Satiro
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 */