]> git.refcnt.org Git - colorize.git/commitdiff
Extend fixed space of attr[]
authorSteven Schubiger <stsc@refcnt.org>
Sat, 26 Aug 2017 14:13:36 +0000 (16:13 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sat, 26 Aug 2017 14:13:36 +0000 (16:13 +0200)
colorize.c

index 7c1b6480da59062795ab7c40860b04ddc809141a..3e9755af4fd5667bccf26caa8622660906ecd749 100644 (file)
 
 #define DEBUG_FILE "debug.txt"
 
 
 #define DEBUG_FILE "debug.txt"
 
-#define MAX_ATTRIBUTE_CHARS (5 * 2)
+#define MAX_ATTRIBUTE_CHARS (6 * 2)
 
 #define VERSION "0.62"
 
 
 #define VERSION "0.62"