aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/palmos/palmos-fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/palmos/palmos-fs.cpp')
-rw-r--r--backends/fs/palmos/palmos-fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/palmos/palmos-fs.cpp b/backends/fs/palmos/palmos-fs.cpp
index 49d3e3dc93..5edb6c2d26 100644
--- a/backends/fs/palmos/palmos-fs.cpp
+++ b/backends/fs/palmos/palmos-fs.cpp
@@ -55,7 +55,7 @@ public:
*/
PalmOSFilesystemNode(const String &p);
- virtual bool exists() const { return true; } //FIXME: this is just a stub
+ virtual bool exists() const { return _isValid; }
virtual String getDisplayName() const { return _displayName; }
virtual String getName() const { return _displayName; }
virtual String getPath() const { return _path; }