From e163be131c191f3e04ae120690b0d0926deeb25f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 27 Apr 2006 23:14:54 +0000 Subject: Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot in windows filesys backend was real cause of problem. svn-id: r22194 --- backends/fs/windows/windows-fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs/windows/windows-fs.cpp') diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp index 837fed1e72..f776ffc8fe 100644 --- a/backends/fs/windows/windows-fs.cpp +++ b/backends/fs/windows/windows-fs.cpp @@ -169,7 +169,7 @@ FSList WindowsFilesystemNode::listDir(ListMode mode) const { FSList myList; - if (_isPseudoRoot && mode != kListAllNoRoot) { + if (_isPseudoRoot) { #ifndef _WIN32_WCE // Drives enumeration TCHAR drive_buffer[100]; -- cgit v1.2.3