From 3569a10c97d41913dbf7cf3114cb4d2d5f17dc7f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Jul 2017 17:08:02 +0200 Subject: Some improvements and fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-colour-ciexyz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blind-colour-ciexyz.c') diff --git a/src/blind-colour-ciexyz.c b/src/blind-colour-ciexyz.c index 64f48c5..9710074 100644 --- a/src/blind-colour-ciexyz.c +++ b/src/blind-colour-ciexyz.c @@ -14,7 +14,7 @@ main(int argc, char *argv[]) Y = etolf_arg("the Y value", argv[0]); X = Y * D65_XYZ_X; Z = Y * D65_XYZ_Z; - printf("%lf %lf %lf\n", X, Y, Z); + printf("%.50lf %.50lf %.50lf\n", X, Y, Z); } else if (argc == 3) { printf("%s %s %s\n", argv[0], argv[1], argv[2]); } else { -- cgit v1.2.3-70-g09d2