From a29efdd63d86ac6cc98138dcccbe1531a86ecd64 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Mar 2026 15:29:23 +0100 Subject: [PATCH] Update lib/urlapi.c Co-authored-by: Viktor Szakats --- lib/urlapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/urlapi.c b/lib/urlapi.c index 3ec7776dfc..aed4a77f12 100644 --- a/lib/urlapi.c +++ b/lib/urlapi.c @@ -1582,7 +1582,7 @@ CURLUcode curl_url_get(const CURLU *u, CURLUPart what, case CURLUPART_PORT: ptr = u->port; ifmissing = CURLUE_NO_PORT; - flags &= ~ U_CURLU_URLDECODE; /* never for port */ + flags &= ~U_CURLU_URLDECODE; /* never for port */ if(!ptr && (flags & CURLU_DEFAULT_PORT) && u->scheme) { /* there is no stored port number, but asked to deliver a default one for the scheme */