removing NULL-terminating **tags definition in config.h
Anselm R. Garbe garbeam@gmail.com
Fri, 05 Oct 2007 18:30:01 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
config.def.h
→
config.def.h
@@ -12,7 +12,7 @@ #define SELBGCOLOR "#0066ff"
#define SELFGCOLOR "#ffffff" /* tagging */ -const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL }; +const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" }; Rule rules[] = { /* class:instance:title regex tags regex isfloating */ { "Firefox", "www", False },