fixing bug 186088 - Mozilla crashes during installation of XPI Packages [@ nsInstallFile::CreateAllFolders]. r=ccarlen,sr=dveditz

git-svn-id: svn://10.0.0.236/trunk@139987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ssu%netscape.com
2003-03-21 22:18:17 +00:00
parent 98a96ebf73
commit 5e2bb02a1f

View File

@@ -1155,7 +1155,6 @@ NS_IMETHODIMP nsLocalFile::GetParent(nsIFile * *aParent)
if (iter < end)
appendedNodes.Append(kPathSepUnichar);
}
return NS_ERROR_FAILURE;
}
newFile = new nsLocalFile(mFSRef, appendedNodes);
}