billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=e96347d153ef1dfe730b6a511b1a6efb5e41fe07

commit e96347d153ef1dfe730b6a511b1a6efb5e41fe07
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Nov 11 19:01:06 2020 +0100

    colors: there are 4 color sets…
---
 src/bin/colors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/colors.c b/src/bin/colors.c
index 8952190..4dc373a 100644
--- a/src/bin/colors.c
+++ b/src/bin/colors.c
@@ -509,7 +509,7 @@ colors_standard_get(int set, int col,
                     unsigned char *b,
                     unsigned char *a)
 {
-   assert((set >= 0) && (set < 3));
+   assert((set >= 0) && (set < 4));
 
    *r = default_colors[set][col].r;
    *g = default_colors[set][col].g;

-- 


Reply via email to