aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/fs/symbian/symbian-fs.cpp3
1 files changed, 3 insertions, 0 deletions
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