From 8417fe61c4604318eaf5af93804b7bc1e43900a6 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 14 Jan 2022 10:35:20 -0500 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/webclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webclient.c b/src/webclient.c index b354650..068a085 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -1054,7 +1054,7 @@ int webclient_shard_position_function(struct webclient_session *session, const c int rc = WEBCLIENT_OK; int result = RT_EOK; int resp_status = 0; - int resp_len = 0; + size_t resp_len = 0; char *buffer = RT_NULL; int start_position, end_position = 0; int total_len = 0;