Bug 236003 null check missing in nsBookmarksService (seamonkey version of bug 235129)
r=timeless sr=dbaron a=shaver git-svn-id: svn://10.0.0.236/trunk@174011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bb2260719c
commit
f80ff83149
@ -4763,7 +4763,7 @@ nsBookmarksService::exportBookmarks(nsISupportsArray *aArguments)
|
||||
NS_ENSURE_TRUE(pathUni, NS_ERROR_NULL_POINTER);
|
||||
|
||||
// determine file type to export; default to HTML unless told otherwise
|
||||
const PRUnichar* format = nsnull;
|
||||
const PRUnichar* format = EmptyString().get();
|
||||
rv = getArgumentN(aArguments, kRDF_type, 0, getter_AddRefs(node));
|
||||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user