Updated redirect URL

This commit is contained in:
Andrew Murray 2016-08-06 19:36:09 +10:00
parent bc2c933552
commit 8bcca98583

View File

@ -727,7 +727,7 @@ static cmsBool _calculate_rgb_primaries(CmsProfileObject* self, cmsCIEXYZTRIPLE*
cmsHPROFILE hXYZ; cmsHPROFILE hXYZ;
cmsHTRANSFORM hTransform; cmsHTRANSFORM hTransform;
/* http://littlecms2.blogspot.com/2009/07/less-is-more.html */ /* http://littlecms2.blogspot.com.au/2009/07/less-is-more.html */
// double array of RGB values with max on each identitiy // double array of RGB values with max on each identitiy
hXYZ = cmsCreateXYZProfile(); hXYZ = cmsCreateXYZProfile();