mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wininet: Fix typo.
This commit is contained in:
parent
f727e56d6d
commit
b210e3a751
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ static void HTTP_FixURL( LPWININETHTTPREQW lpwhr)
|
|||
}
|
||||
|
||||
if(CSTR_EQUAL != CompareStringW( LOCALE_SYSTEM_DEFAULT, NORM_IGNORECASE,
|
||||
lpwhr->lpszPath, strlenW(szHttp), szHttp, strlenW(szHttp) )
|
||||
lpwhr->lpszPath, strlenW(lpwhr->lpszPath), szHttp, strlenW(szHttp) )
|
||||
&& lpwhr->lpszPath[0] != '/') /* not an absolute path ?? --> fix it !! */
|
||||
{
|
||||
WCHAR *fixurl = HeapAlloc(GetProcessHeap(), 0,
|
||||
|
|
Loading…
Reference in a new issue