From dcd13c5b39d9115fe360c5dd37effff588558686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=81=E5=85=89?= <1004383796@qq.com> Date: Fri, 24 May 2019 14:30:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BD=93=E4=BD=BF=E7=94=A8=20webclinet=5Fget=5Fpostion=20?= =?UTF-8?q?=E5=8E=BBget=20301/302=20=E9=87=8D=E5=AE=9A=E5=90=91=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=EF=BC=8C=E9=87=8D=E5=AE=9A=E5=90=91=E5=90=8E?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E7=9A=84=E4=BB=8E=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E7=BD=AEget=E7=9A=84=E9=97=AE=E9=A2=98.?= 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 8e9fddb..e096790 100644 --- a/src/webclient.c +++ b/src/webclient.c @@ -994,7 +994,7 @@ int webclient_get_position(struct webclient_session *session, const char *URI, i return -WEBCLIENT_NOMEM; } - rc = webclient_get(session, new_url); + rc = webclient_get_position(session, new_url, position); web_free(new_url); return rc;