Fixing bustage.

This commit is contained in:
dougt@netscape.com
2000-07-12 23:59:33 +00:00
parent da514e0f4c
commit 8ede0dd043

View File

@@ -1065,7 +1065,7 @@ nsLocalFile::GetParent(nsIFile **aParent)
parentPath.Truncate(offset);
nsCOMPtr<nsILocalFile> localFile;
nsresult rv = NS_NewLocalFile(parentPath.GetBuffer(), mFollowSymlinks, getter_AddRefs(localFile));
nsresult rv = NS_NewLocalFile(parentPath.GetBuffer(), PR_TRUE, getter_AddRefs(localFile));
if(NS_SUCCEEDED(rv) && localFile)
{