mirror of https://github.com/FreeRDP/FreeRDP
[warnings] fix compiler warnings
This commit is contained in:
parent
15fc803981
commit
5d8e21927c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue