From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- icc/mkDispProf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icc/mkDispProf.c') diff --git a/icc/mkDispProf.c b/icc/mkDispProf.c index 6878aad..b7c32c6 100644 --- a/icc/mkDispProf.c +++ b/icc/mkDispProf.c @@ -10,7 +10,7 @@ * Copyright 2006 - 2014 Graeme W. Gill * * This material is licensed with an "MIT" free use license:- - * see the License.txt file in this directory for licensing details. + * see the License4.txt file in this directory for licensing details. * * Based on icc/lutest.c */ @@ -267,7 +267,7 @@ char *argv[] /* Convert to D50 adapated */ icmAry2XYZ(white, wrgb[0]); - wr_icco->chromAdaptMatrix(wr_icco, ICM_CAM_NONE, icmD50, white, fromAbs); + wr_icco->chromAdaptMatrix(wr_icco, ICM_CAM_NONE, NULL, fromAbs, icmD50, white); icmMulBy3x3(d50m[0], fromAbs, mat[0]); icmMulBy3x3(d50m[1], fromAbs, mat[1]); icmMulBy3x3(d50m[2], fromAbs, mat[2]); -- cgit v1.2.3