fixing bustage

This commit is contained in:
cbiesinger@web.de
2005-02-20 14:28:07 +00:00
parent 3e77eea23c
commit d60437b135

View File

@@ -285,7 +285,7 @@ nsLocalFile::InitWithNativePath(const nsACString &filePath)
mPath = homePath + Substring(filePath, 1, filePath.Length() - 1);
} else {
if (filePath.IsEmpty() || filePath.First() != '/') {
if (filePath.IsEmpty() || filePath.First() != '/')
return NS_ERROR_FILE_UNRECOGNIZED_PATH;
mPath = filePath;
}