wininet: Fix szCacheContent in URLCacheContainer_OpenIndex.
This commit is contained in:
parent
7aa3917823
commit
3d79f1b80b
|
@ -253,7 +253,7 @@ static BOOL URLCacheContainer_OpenIndex(URLCACHECONTAINER * pContainer)
|
||||||
|
|
||||||
if (dwFileSize == 0)
|
if (dwFileSize == 0)
|
||||||
{
|
{
|
||||||
static CHAR const szCacheContent[] = "Software\\Microsoft\\Windows\\CurrentVersion\\Cache\\Content";
|
static const CHAR szCacheContent[] = "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Cache\\Content";
|
||||||
HKEY key;
|
HKEY key;
|
||||||
char achZeroes[0x1000];
|
char achZeroes[0x1000];
|
||||||
DWORD dwOffset;
|
DWORD dwOffset;
|
||||||
|
|
Loading…
Reference in New Issue