Alban Browaeys : wininet: Fix szCacheContent in URLCacheContainer_OpenIndex .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 16 07:08:48 CDT 2007


Module: wine
Branch: master
Commit: 3d79f1b80b24cdd5e31fbdee3d4b3606efea7a63
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d79f1b80b24cdd5e31fbdee3d4b3606efea7a63

Author: Alban Browaeys <prahal at yahoo.com>
Date:   Sun Apr 15 15:49:04 2007 +0200

wininet: Fix szCacheContent in URLCacheContainer_OpenIndex.

---

 dlls/wininet/urlcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index ec895a2..ca38141 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -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;




More information about the wine-cvs mailing list