Skip to content

Commit

Permalink
Fix mistakes due to new functions
Browse files Browse the repository at this point in the history
Prepare release 2.16
  • Loading branch information
mm2 committed Nov 18, 2023
1 parent 071533d commit 2f2d42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lcms2.def
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ cmsOpenProfileFromMem = cmsOpenProfileFromMem
cmsOpenProfileFromMemTHR = cmsOpenProfileFromMemTHR
cmsOpenProfileFromStream = cmsOpenProfileFromStream
cmsOpenProfileFromStreamTHR = cmsOpenProfileFromStreamTHR
cmsOpenCubeFromFileTHR = cmsOpenCubeFromFileTHR
cmsOpenCubeFromFile = cmsOpenCubeFromFile
cmsCreateDeviceLinkFromCubeFileTHR = cmsCreateDeviceLinkFromCubeFileTHR
cmsCreateDeviceLinkFromCubeFile = cmsCreateDeviceLinkFromCubeFile
cmsPlugin = cmsPlugin
_cmsRead15Fixed16Number = _cmsRead15Fixed16Number
_cmsReadAlignment = _cmsReadAlignment
Expand Down
2 changes: 1 addition & 1 deletion utils/tificc/tificc.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ int TransformImage(TIFF* in, TIFF* out, const char *cDefInpProf)
if (lIsDeviceLink) {

if (lIsCUBE)
hIn = cmsOpenCubeFromFile(cDefInpProf);
hIn = cmsCreateDeviceLinkFromCubeFile(cDefInpProf);
else
hIn = cmsOpenProfileFromFile(cDefInpProf, "r");
}
Expand Down

0 comments on commit 2f2d42e

Please sign in to comment.