[Libreoffice-commits] .: cppuhelper/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 7 08:32:47 PST 2011


 cppuhelper/source/shlib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35c7a45a9b20d713e6c65c7f5ce681ff4acdb2b9
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Feb 7 17:31:48 2011 +0100

    WaE: format not a string literal and no format arguments

diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 079eeae..29412bf 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -62,7 +62,7 @@ namespace cppu
 //------------------------------------------------------------------------------
 static inline void out( const char * p ) SAL_THROW( () )
 {
-    printf( p );
+    printf( "%c\n", p );
 }
 static inline void out( const OUString & r ) throw ()
 {


More information about the Libreoffice-commits mailing list