mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
06d4456a21
commit
5474d70c3e
34 changed files with 61 additions and 61 deletions
|
|
@ -2179,7 +2179,7 @@ static bool cr_mime_is_paused(struct Curl_easy *data,
|
|||
{
|
||||
struct cr_mime_ctx *ctx = reader->ctx;
|
||||
(void)data;
|
||||
return (ctx->part && ctx->part->lastreadstatus == CURL_READFUNC_PAUSE);
|
||||
return ctx->part && ctx->part->lastreadstatus == CURL_READFUNC_PAUSE;
|
||||
}
|
||||
|
||||
static const struct Curl_crtype cr_mime = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue