vcl/unx/gtk/a11y/atktextattributes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b8cf9b3359195f4f9f7e92f5db224a91cf994306 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Feb 5 15:29:22 2015 +0100 -Werror,-Wformat-security Change-Id: I62ff8a172a9c4f361ef5fcb6d60bd9fd2e959c2d diff --git a/vcl/unx/gtk/a11y/atktextattributes.cxx b/vcl/unx/gtk/a11y/atktextattributes.cxx index 7855a69..4bf7d08 100644 --- a/vcl/unx/gtk/a11y/atktextattributes.cxx +++ b/vcl/unx/gtk/a11y/atktextattributes.cxx @@ -1235,7 +1235,7 @@ attribute_set_new_from_extended_attributes( pSet = attribute_set_prepend( pSet, atk_text_attribute_register( sPropertyName.getStr() ), - g_strdup_printf( sPropertyValue.getStr() ) ); + g_strdup_printf( "%s", sPropertyValue.getStr() ) ); } while ( nIndex >= 0 && nIndex < sExtendedAttrs.getLength() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits