Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fast_float/src/fast_float_tethra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fast_float/src/fast_float_tethra.c b/plugins/fast_float/src/fast_float_tethra.c
index 59b509f..d57eedd 100644
--- a/plugins/fast_float/src/fast_float_tethra.c
+++ b/plugins/fast_float/src/fast_float_tethra.c
@@ -211,7 +211,7 @@ void FloatCLUTEval(struct _cmstransform_struct* CMMcargo,
}
if (ain) {
- *(cmsFloat32Number*)(out[TotalOut]) = *ain;
+ *(cmsFloat32Number*)(out[TotalOut]) = *(cmsFloat32Number*)ain;
ain += SourceIncrements[TotalOut];
out[TotalOut] += DestIncrements[TotalOut];
}