FileView: "Drives" are now counted as folders for Type=FolderCount

This commit is contained in:
Brian Ferguson 2013-02-22 13:40:36 -07:00
parent f81b4ff8bb
commit 091a185e51

View File

@ -713,6 +713,7 @@ unsigned __stdcall SystemThreadProc(void* pParam)
file.fileName = drive;
file.isFolder = true;
file.size = 0;
++folderCount;
files.push_back(file);
}