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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user