From: nishi Date: Wed, 17 Jan 2024 08:23:48 +0000 (+0000) Subject: aaa X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=12c0fa92526d8edf3873e4282edd44757f14a3d7;p=libw3.git aaa git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@9 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Example/fetch.c b/Example/fetch.c index b352622..6f664e8 100644 --- a/Example/fetch.c +++ b/Example/fetch.c @@ -15,5 +15,5 @@ int main(int argc, char** argv){ return 1; } W3_Library_Init(); - struct W3* w3 = W3_Create("https", argv[1], 443); + struct W3* w3 = W3_Create("http", argv[1], 80); }