From 12c0fa92526d8edf3873e4282edd44757f14a3d7 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 17 Jan 2024 08:23:48 +0000 Subject: [PATCH] aaa git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@9 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0