about summary refs log tree commit diff
path: root/converter/other/fiasco/pnmtofiasco.c
diff options
context:
space:
mode:
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;
    }