[Libreoffice-commits] .: cppuhelper/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Apr 1 02:24:58 PDT 2011


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

New commits:
commit 8bf964931be5ec0c0c258ef38f57c3bbb289a4a0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Apr 1 10:24:41 2011 +0100

    %s, not %c

diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 29412bf..0f75bd8 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( "%c\n", p );
+    printf( "%s\n", p );
 }
 static inline void out( const OUString & r ) throw ()
 {


More information about the Libreoffice-commits mailing list