[warnings] fix compiler warnings

This commit is contained in:
akallabeth 2023-07-20 10:44:14 +02:00 committed by akallabeth
parent 15fc803981
commit 5d8e21927c
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ static BOOL wst_parse_url(rdpWst* wst, const char* url)
}
else
wst->gwport = 443;
wst->gwpath = strdup(pos);
wst->gwpath = _strdup(pos);
if (!wst->gwpath)
return FALSE;
return TRUE;