From 4fdc4d3594aa6c604143b76904aeb84a7a25cad9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Jun 2017 22:37:19 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcolour-template.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libcolour-template.c b/libcolour-template.c index f7149c9..22afd26 100644 --- a/libcolour-template.c +++ b/libcolour-template.c @@ -153,13 +153,13 @@ get_primaries(libcolour_rgb_t *cs) if (eliminate(M, 3, 6)) return -1; - memcpy(M[0], M[0] + 3, 3 * sizeof(TYPE)), M[0][3] = Sr; - memcpy(M[1], M[1] + 3, 3 * sizeof(TYPE)), M[1][3] = Sg; - memcpy(M[2], M[2] + 3, 3 * sizeof(TYPE)), M[2][3] = Sb; + memcpy(M[0], M[0] + 3, 3 * sizeof(TYPE)); + memcpy(M[1], M[1] + 3, 3 * sizeof(TYPE)); + memcpy(M[2], M[2] + 3, 3 * sizeof(TYPE)); - w.ciexyz.X = M[0][3]; - w.ciexyz.Y = M[1][3]; - w.ciexyz.Z = M[2][3]; + w.ciexyz.X = Sr; + w.ciexyz.Y = Sg; + w.ciexyz.Z = Sb; cs->red.model = LIBCOLOUR_CIEXYY; cs->green.model = LIBCOLOUR_CIEXYY; -- cgit v1.2.3-70-g09d2