summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-05 15:29:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-05 15:29:22 +0100
commitb8cf9b3359195f4f9f7e92f5db224a91cf994306 (patch)
tree0e189d257b9b9b18390a34eab39e5757075a524c /vcl/unx/gtk
parent839805a5133668027f7a9bd0ff3a38d6e7637d8e (diff)
-Werror,-Wformat-security
Change-Id: I62ff8a172a9c4f361ef5fcb6d60bd9fd2e959c2d
Diffstat (limited to 'vcl/unx/gtk')
-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 7855a69ea72a..4bf7d08ffbfb 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() );