From: nishi Date: Wed, 14 Feb 2024 05:36:07 +0000 (+0000) Subject: fixed X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2903cf913cf3be6f3e36480532c13fd351ae95a2;p=libw3.git fixed git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@217 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Library/FTP.c b/Library/FTP.c index 9cd4b21..b4b2157 100644 --- a/Library/FTP.c +++ b/Library/FTP.c @@ -134,9 +134,9 @@ void __W3_FTP_Request(struct W3* w3) { } } free(numbuf); - pasvsock = __W3_DNS_Connect(addr, false, port, + pasvsock = __W3_DNS_Connect(addr, false, port #ifdef SSL_SUPPORT - NULL, NULL + ,NULL, NULL #endif ); free(addr); diff --git a/W3Version.h.p b/W3Version.h.p index 1856d62..27b71be 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.12A" \ +#define LIBW3_VERSION "2.12B" \ SUFFIX #ifdef __cplusplus