From e8d54b53a50becbddf7136f680092c436dfa5a43 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sat, 26 Aug 2017 16:13:36 +0200 Subject: Extend fixed space of attr[] --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorize.c b/colorize.c index 7c1b648..3e9755a 100644 --- a/colorize.c +++ b/colorize.c @@ -118,7 +118,7 @@ #define DEBUG_FILE "debug.txt" -#define MAX_ATTRIBUTE_CHARS (5 * 2) +#define MAX_ATTRIBUTE_CHARS (6 * 2) #define VERSION "0.62" -- cgit v1.2.3