Fixed recursion
This commit is contained in:
parent
35894f2cec
commit
bc67c99983
Binary file not shown.
|
@ -99,7 +99,7 @@ namespace WinRepair
|
|||
|
||||
foreach (String dir in Directory.GetDirectories(directory))
|
||||
{
|
||||
DeleteAndLogFiles(directory);
|
||||
DeleteAndLogFiles(dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,3 +3,4 @@ G:\VSProjects\WinRepair\WinRepair\bin\Release\WinRepair.exe
|
|||
G:\VSProjects\WinRepair\WinRepair\bin\Release\WinRepair.pdb
|
||||
G:\VSProjects\WinRepair\WinRepair\obj\Release\WinRepair.exe
|
||||
G:\VSProjects\WinRepair\WinRepair\obj\Release\WinRepair.pdb
|
||||
G:\VSProjects\WinRepair\WinRepair\obj\Release\WinRepair.csprojResolveAssemblyReference.cache
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue