From 99be43e366b5c4d9dbaeaad9d885ff6d7f3aec4d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Jan 2017 00:34:09 +0100 Subject: Fix and improve blind-gauss-blur, and fix new bug in blind-from-image 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 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, ""); } -- cgit v1.2.3-70-g09d2