From d6c07e7fa021e13b5b9914cb15f13c711ecd387d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 15 Jan 2017 17:15:47 +0100 Subject: Use macros to write the head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-from-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blind-from-image.c') 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, ""); } -- cgit v1.2.3-70-g09d2