wininet: Fix typo.

This commit is contained in:
Juan Lang 2007-11-07 14:34:49 -08:00 committed by Alexandre Julliard
parent f727e56d6d
commit b210e3a751
1 changed files with 1 additions and 1 deletions

View File

@ -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,