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/fast_float/src/fast_16_tethra.c')
-rw-r--r--plugins/fast_float/src/fast_16_tethra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fast_float/src/fast_16_tethra.c b/plugins/fast_float/src/fast_16_tethra.c
index 846eaf6..9fa7af4 100644
--- a/plugins/fast_float/src/fast_16_tethra.c
+++ b/plugins/fast_float/src/fast_16_tethra.c
@@ -293,7 +293,7 @@ void PerformanceEval16(struct _cmstransform_struct *CMMcargo,
{
res16 = *(const cmsUInt16Number*)ain;
TO_OUTPUT(out[OutChan], res16);
- ain += SourceIncrements[TotalOut];
+ ain += SourceIncrements[3];
out[TotalOut] += DestIncrements[TotalOut];
}