From 7d9dba9d342a6f0412ef2bdb096f0751b532414b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Rameau?= Date: Thu, 15 Dec 2005 10:50:22 +0000 Subject: Fix a compile warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-12-15 Jean-François Rameau * embed/mozilla/mozilla-embed-single: (impl_import): Fix a compile warning. --- ChangeLog | 6 ++++++ embed/mozilla/mozilla-embed-single.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0aedc2e4d..4683513fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-15 Jean-François Rameau + + * embed/mozilla/mozilla-embed-single: (impl_import): + + Fix a compile warning. + 2005-12-14 Christian Persch * plugins/desktop-file/Makefile.am: diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 94359c8a3..447f3b4ff 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -1134,7 +1134,7 @@ impl_import (EphyCertificateManager *manager, nsresult rv; nsCOMPtr certDB; certDB = do_GetService (NS_X509CERTDB_CONTRACTID); - if (!certDB) return NULL; + if (!certDB) return FALSE; nsCOMPtr localFile; localFile = do_CreateInstance (NS_LOCAL_FILE_CONTRACTID); -- cgit v1.2.3