aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-26 16:13:36 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-26 16:13:36 +0200
commite8d54b53a50becbddf7136f680092c436dfa5a43 (patch)
treec78a63c352c8b77b579178396f5d940a3aecf7cf /colorize.c
parent2d7ae2f7a5858e02a378d62142d65c4ff975859b (diff)
downloadcolorize-e8d54b53a50becbddf7136f680092c436dfa5a43.tar.gz
colorize-e8d54b53a50becbddf7136f680092c436dfa5a43.tar.bz2
Extend fixed space of attr[]
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c2
1 files changed, 1 insertions, 1 deletions
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"