From b8fc3e402f7ba2619e1da7123a40be6297fe25ec Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Wed, 7 Nov 2007 14:34:49 -0800 Subject: [PATCH] Fix typo --- dlls/wininet/http.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index a316fa4..328e151 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -245,7 +245,7 @@ static void HTTP_FixURL( LPWININETHTTPRE } 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, -- 1.4.1