summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-05-12 21:02:21 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-05-12 21:02:21 +0000
commit2f0bb898db5a229e7967f6708a64aebb602c121d (patch)
tree2dcb9bc1953330ff12f8fc0640e4340cd3588839
parentFix a bug pointed by suv in IRC about simple mode of rotate copies with origi... (diff)
downloadinkscape-2f0bb898db5a229e7967f6708a64aebb602c121d.tar.gz
inkscape-2f0bb898db5a229e7967f6708a64aebb602c121d.zip
Fix build warning
(bzr r15690)
-rw-r--r--src/inkview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp
index ca3d16cdf..b52d69825 100644
--- a/src/inkview.cpp
+++ b/src/inkview.cpp
@@ -281,7 +281,7 @@ int main (int argc, char **argv)
if(filenames.empty())
{
- g_print(opt.get_help().c_str());
+ g_print("%s", opt.get_help().c_str());
exit(EXIT_FAILURE);
}