mirror of
https://github.com/curl/curl.git
synced 2026-08-02 01:00:28 +03:00
examples: fix compilation issues - commit 23f8dca6fb follow-up
This commit is contained in:
parent
23f8dca6fb
commit
7332a7cafb
3 changed files with 13 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ int main(void)
|
|||
struct WriteThis pooh;
|
||||
|
||||
pooh.readptr = data;
|
||||
pooh.sizeleft = strlen(data);
|
||||
pooh.sizeleft = (long)strlen(data);
|
||||
|
||||
/* In windows, this will init the winsock stuff */
|
||||
res = curl_global_init(CURL_GLOBAL_DEFAULT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue