wininet: Fix szCacheContent in URLCacheContainer_OpenIndex.

This commit is contained in:
Alban Browaeys 2007-04-15 15:49:04 +02:00 committed by Alexandre Julliard
parent 7aa3917823
commit 3d79f1b80b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ static BOOL URLCacheContainer_OpenIndex(URLCACHECONTAINER * pContainer)
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;
char achZeroes[0x1000];
DWORD dwOffset;