diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-08-26 16:13:36 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-08-26 16:13:36 +0200 |
commit | e8d54b53a50becbddf7136f680092c436dfa5a43 (patch) | |
tree | c78a63c352c8b77b579178396f5d940a3aecf7cf /colorize.c | |
parent | 2d7ae2f7a5858e02a378d62142d65c4ff975859b (diff) | |
download | colorize-e8d54b53a50becbddf7136f680092c436dfa5a43.tar.gz colorize-e8d54b53a50becbddf7136f680092c436dfa5a43.tar.bz2 |
Extend fixed space of attr[]
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |