diff options
Diffstat (limited to 'src/blind-from-image.c')
| -rw-r--r-- | src/blind-from-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-from-image.c b/src/blind-from-image.c index b66d127..83ed801 100644 --- a/src/blind-from-image.c +++ b/src/blind-from-image.c @@ -255,7 +255,7 @@ after_fork: eprintf("%s\n", conv_fail_msg); if (!headless) { - FPRINTF_HEAD(stdout, 1, width, height, "xyza"); + FPRINTF_HEAD_FMT(stdout, "%i", 1, "%s", width, "%s", height, "xyza"); efflush(stdout, "<stdout>"); } |
