summaryrefslogtreecommitdiff
path: root/icc/mkDispProf.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
commit3db384424bd7398ffbb7a355cab8f15f3add009f (patch)
tree4536961c62454aca3ac87ee88229e4d20c0d44fa /icc/mkDispProf.c
parentd479dd1aab1c1cb907932c6595b0ef33523fc797 (diff)
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'icc/mkDispProf.c')
-rw-r--r--icc/mkDispProf.c4
1 files changed, 2 insertions, 2 deletions
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]);