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 7040038..0a3f767 100644 --- a/src/blind-from-image.c +++ b/src/blind-from-image.c @@ -254,7 +254,7 @@ after_fork: eprintf("%s\n", conv_fail_msg); if (!headless) { - printf("1 %s %s xyza\n%cuivf", width, height, 0); + FPRINTF_HEAD(stdout, 1, width, height, "xyza"); efflush(stdout, "<stdout>"); } |
