Fixing bustage.

git-svn-id: svn://10.0.0.236/trunk@74130 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2000-07-12 23:59:33 +00:00
parent ffd0cb1a4e
commit db020b04c0

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)
{