mirror of
https://github.com/curl/curl.git
synced 2026-08-04 05:10:00 +03:00
parent
2e0fa50fc1
commit
3b6d18bbf6
23 changed files with 29 additions and 29 deletions
|
|
@ -789,7 +789,7 @@ static CURLcode setname(curl_mimepart *part, const char *name, size_t len)
|
|||
return res;
|
||||
}
|
||||
|
||||
/* wrap call to fseeko so it matches the calling convetion of callback */
|
||||
/* wrap call to fseeko so it matches the calling convention of callback */
|
||||
static int fseeko_wrapper(void *stream, curl_off_t offset, int whence)
|
||||
{
|
||||
#if defined(HAVE_FSEEKO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue