[Libreoffice-commits] .: vcl/unx

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Aug 5 04:51:57 PDT 2012


 vcl/unx/generic/app/i18n_wrp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4de603d28ce884fb2a3720b6d132465b6dcc98a9
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Aug 5 13:49:37 2012 +0200

    Clang:Null pointer passed as an argument to a 'nonnull' parameter
    
    Change-Id: Ia07c50f4822af256b3b35f39f46dc442750c8439

diff --git a/vcl/unx/generic/app/i18n_wrp.cxx b/vcl/unx/generic/app/i18n_wrp.cxx
index 05dfd10..e152135 100644
--- a/vcl/unx/generic/app/i18n_wrp.cxx
+++ b/vcl/unx/generic/app/i18n_wrp.cxx
@@ -235,7 +235,7 @@ Status XvaCloseIM(XIM)
 {
       Status s = False;
 
-    if (!g_dlmodule)
+    if (g_dlmodule)
     {
         /* assuming one XvaOpenIM call */
         dlclose(g_dlmodule);


More information about the Libreoffice-commits mailing list