mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
Block a user