# HG changeset patch # User Matti Hamalainen # Date 1569226617 -10800 # Node ID 2b22a7719a5831432e8968a5e5070eca6eb86812 # Parent ae938889eafbef6fc8e144025808284a48d05d7f Comment. diff -r ae938889eafb -r 2b22a7719a58 tools/lib64gfx.c --- a/tools/lib64gfx.c Mon Sep 23 11:14:39 2019 +0300 +++ b/tools/lib64gfx.c Mon Sep 23 11:16:57 2019 +0300 @@ -1471,7 +1471,7 @@ if ((res = dmC64SetImagePalette(*pdst, &spec, mixed)) != DMERR_OK) return res; - // Convert + // Perform the conversion if (src->fmt->convertFrom != NULL) res = src->fmt->convertFrom(*pdst, src, &spec); else