about summary refs log tree commit diff
path: root/converter/other/fiasco/pnmtofiasco.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-05-20 02:12:07 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-05-20 02:12:07 +0000
commit787f338634d2f329ad7c6ed3551eee979e50a528 (patch)
tree27cd49b89cf4d177b60f49d85d80487043fdf927 /converter/other/fiasco/pnmtofiasco.c
parente5f20617a85881dc01b0b0223a160302dcc0ecc6 (diff)
downloadnetpbm-mirror-787f338634d2f329ad7c6ed3551eee979e50a528.tar.gz
netpbm-mirror-787f338634d2f329ad7c6ed3551eee979e50a528.tar.xz
netpbm-mirror-787f338634d2f329ad7c6ed3551eee979e50a528.zip
Quiet some GCC -Wformat-security compiler warnings
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2198 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/fiasco/pnmtofiasco.c')
-rw-r--r--converter/other/fiasco/pnmtofiasco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/pnmtofiasco.c b/converter/other/fiasco/pnmtofiasco.c
index d78ff6b1..eebd09a9 100644
--- a/converter/other/fiasco/pnmtofiasco.c
+++ b/converter/other/fiasco/pnmtofiasco.c
@@ -170,7 +170,7 @@ main (int argc, char **argv)
       return 0;
    else
    {
-      fprintf (stderr, fiasco_get_error_message ());
+       fprintf (stderr, "%s", fiasco_get_error_message ());
       fprintf (stderr, "\n");
       return 1;
    }