mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[winpr,crt] fix uriUnescapeInPlaceExA call arguments
This commit is contained in:
@@ -45,7 +45,7 @@ char* winpr_str_url_decode(const char* str, size_t len)
|
||||
if (!dst)
|
||||
return NULL;
|
||||
|
||||
if (!uriUnescapeInPlaceExA(dst, URI_FALSE, URI_FALSE))
|
||||
if (!uriUnescapeInPlaceExA(dst, URI_FALSE, URI_BR_DONT_TOUCH))
|
||||
{
|
||||
free(dst);
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user