From a0442ed58dee48a521ea053083ea967894507898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 11 Jul 2018 22:19:56 +0200 Subject: New upstream version 2.0.1+repack --- xicc/spectest2.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xicc/spectest2.c') diff --git a/xicc/spectest2.c b/xicc/spectest2.c index a1c338d..81832a4 100755 --- a/xicc/spectest2.c +++ b/xicc/spectest2.c @@ -25,14 +25,15 @@ #include #include +#include "aconfig.h" #include "cgats.h" #include "xspect.h" #include "insttypes.h" //#include "inst.h" #include "numlib.h" #ifdef DOPLOT -#include "plot.h" -#include "ui.h" +# include "plot.h" +# include "ui.h" #endif @@ -237,7 +238,7 @@ main(void) { printf("Material %d\n", m+1); /* Create two conversions for the target/check illuminant */ - if ((con = new_xsp2cie(icxIT_D50, NULL, icxOT_CIE_1931_2, + if ((con = new_xsp2cie(icxIT_D50, 0.0, NULL, icxOT_CIE_1931_2, NULL, icSigLabData, 1)) == NULL) error ("Creating conversion failed"); -- cgit v1.2.3