mirror of
https://github.com/curl/curl.git
synced 2026-07-27 02:27:16 +03:00
fixup Viktor's extra case
This commit is contained in:
parent
f26a291755
commit
f54d5ccad6
1 changed files with 1 additions and 1 deletions
|
|
@ -1274,7 +1274,7 @@ static CURLUcode redirect_url(const char *base, const char *relurl,
|
|||
if(!curlx_dyn_addn(&urlbuf, base, prelen) &&
|
||||
!urlencode_str(&urlbuf, useurl, strlen(useurl), !host_changed, FALSE)) {
|
||||
uc = parseurl_and_replace(curlx_dyn_ptr(&urlbuf), u,
|
||||
flags & ~CURLU_PATH_AS_IS);
|
||||
flags & ~(unsigned int)CURLU_PATH_AS_IS);
|
||||
}
|
||||
else
|
||||
uc = CURLUE_OUT_OF_MEMORY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue