Commit bcfb47e8 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.

parent 58130dde
......@@ -375,8 +375,6 @@ static BOOL URLCacheContainer_OpenIndex(URLCACHECONTAINER * pContainer)
if (CreateDirectoryW(wszDirPath, 0))
{
int k;
/* The following is OK because we generated an
* 8 character directory name made from characters
* [A-Z0-9], which are equivalent for all code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment