From 2995a0e3e12e72f4619ebddb1a4d2a8182188f58 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 4 Mar 2018 23:05:45 +0100 Subject: [PATCH] Load_Recoil(): show number of colors in "comment" --- src/loadrecoil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loadrecoil.c b/src/loadrecoil.c index 8efe0744..e7d4341a 100644 --- a/src/loadrecoil.c +++ b/src/loadrecoil.c @@ -158,7 +158,7 @@ void Load_Recoil_Image(T_IO_Context *context) free(pixels); if (!File_error) { - snprintf(context->Comment, COMMENT_SIZE + 1, "RECOIL: %s", RECOIL_GetPlatform(recoil)); + snprintf(context->Comment, COMMENT_SIZE + 1, "RECOIL: %s %d colors", RECOIL_GetPlatform(recoil), RECOIL_GetColors(recoil)); } } }