wininet: Fixed CreateUrlCacheEntryW behaviour on URLs without '\' and '/' characters.
This commit is contained in:
parent
99d1a8529b
commit
2f35659035
|
@ -2901,6 +2901,9 @@ BOOL WINAPI CreateUrlCacheEntryW(
|
|||
break;
|
||||
}
|
||||
}
|
||||
if(!bFound)
|
||||
lpszUrlPart++;
|
||||
|
||||
if (!lstrcmpW(lpszUrlPart, szWWW))
|
||||
{
|
||||
lpszUrlPart += lstrlenW(szWWW);
|
||||
|
|
Loading…
Reference in New Issue