From 49dd5402139a0d4dfcce3ff7464adf4e8771da10 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 1 May 2006 15:36:54 +0000 Subject: _pseudoRoot was not intialized properly svn-id: r22261 --- backends/fs/symbian/symbian-fs.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/fs/symbian/symbian-fs.cpp b/backends/fs/symbian/symbian-fs.cpp index 853388e251..062ab22856 100644 --- a/backends/fs/symbian/symbian-fs.cpp +++ b/backends/fs/symbian/symbian-fs.cpp @@ -88,6 +88,9 @@ SymbianFilesystemNode::SymbianFilesystemNode(bool aIsRoot) { SymbianFilesystemNode::SymbianFilesystemNode(const String &path) { if (path.size() == 0) _isPseudoRoot = true; + else + _isPseudoRoot = false; + _path = path; const char *dsplName = NULL, *pos = path.c_str(); // FIXME -- why is this code scanning for a slash '/' when the rest of -- cgit v1.2.3