From 5468059d44aa3a6ea00a9b54fad16bc834ab48ad Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 2 May 2006 22:27:24 +0000 Subject: Removed compilation error. svn-id: r22282 --- backends/fs/posix/posix-fs.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backends') diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp index e4b6b9ffa1..9ad0d57967 100644 --- a/backends/fs/posix/posix-fs.cpp +++ b/backends/fs/posix/posix-fs.cpp @@ -114,12 +114,12 @@ POSIXFilesystemNode::POSIXFilesystemNode(const String &p, bool verify) { if (verify) { #ifdef __DC__ - FIXME; /* - FIXME: Is there really no way to at least verify the path is valid? - Or is it too slow, or what? Please clarify with a comment here. - (Of course we could just fopen here, but that wouldn't be able to deal - with directories... + FIXME: Why should I need to add a lot of code + just to figure out if a path exists / is a directory here? + We should know what we want it to be, and when open / listDir + is called it will become apparent if it isn't. Just + checking for the sake of checking seems bogus to me. */ #else struct stat st; -- cgit v1.2.3