Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/mountpoints.cpp')
-rw-r--r--windirstat/mountpoints.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/windirstat/mountpoints.cpp b/windirstat/mountpoints.cpp
index a3e3b3e..fcd0d05 100644
--- a/windirstat/mountpoints.cpp
+++ b/windirstat/mountpoints.cpp
@@ -68,6 +68,7 @@ void CReparsePoints::GetDriveVolumes()
for(i = 0; i < wds::iNumDriveLetters; i++, mask <<= 1)
{
TCHAR volume[_MAX_PATH];
+ volume[0] = 0;
if((drives & mask) != 0)
{