Skip to content

Commit

Permalink
Update src/cmsxform.c
Browse files Browse the repository at this point in the history
Co-authored-by: Miloš Komarčević <[email protected]>
  • Loading branch information
mm2 and kmilos authored Nov 21, 2024
1 parent 5ee960a commit 5f8971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmsxform.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void FloatXFORM(_cmsTRANSFORM* p,

// Certainly, out of gamut
for (c = 0; c < cmsMAXCHANNELS; c++)
fOut[c] = (cmsFloat32Number) (ContextAlarmCodes->AlarmCodes[c] / 65535.0);
fOut[c] = ContextAlarmCodes->AlarmCodes[c] / 65535.0F;

}
else {
Expand Down

0 comments on commit 5f8971d

Please sign in to comment.