From 5e2bb02a1f0ad5fb16d610403f74ab356c90be46 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Fri, 21 Mar 2003 22:18:17 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/io/nsLocalFileOSX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/xpcom/io/nsLocalFileOSX.cpp b/mozilla/xpcom/io/nsLocalFileOSX.cpp index 3bb1562ba39..769eef4f662 100644 --- a/mozilla/xpcom/io/nsLocalFileOSX.cpp +++ b/mozilla/xpcom/io/nsLocalFileOSX.cpp @@ -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); }