From 8bf964931be5ec0c0c258ef38f57c3bbb289a4a0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 1 Apr 2011 10:24:41 +0100 Subject: %s, not %c --- cppuhelper/source/shlib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 29412bf9a..0f75bd837 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 () { -- cgit v1.2.3