summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-05 15:29:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-04-27 14:54:10 +0200
commita008ddb4f5cdbb900b43a16f9e4e7cb2bdb1e25f (patch)
tree5f4b0bd286332d96c6af69f482aa1db4786883c4 /vcl
parent84f10b5f154e130981de5826f83d63b5eadd33ac (diff)
-Werror,-Wformat-security
Change-Id: I62ff8a172a9c4f361ef5fcb6d60bd9fd2e959c2d (cherry picked from commit b8cf9b3359195f4f9f7e92f5db224a91cf994306)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/a11y/atktextattributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atktextattributes.cxx b/vcl/unx/gtk/a11y/atktextattributes.cxx
index bc286d0d21eb..ec09a2b326c2 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() );