svn-id: r33847
This commit is contained in:
Max Horn 2008-08-13 20:37:54 +00:00
parent 56c9e3ab04
commit 8a84e3a46f

View File

@ -227,8 +227,7 @@ WindowsFilesystemNode::WindowsFilesystemNode(const String &p, const bool current
char path[MAX_PATH];
GetCurrentDirectory(MAX_PATH, path);
_path = path;
}
else {
} else {
assert(p.size() > 0);
_path = p;
}