diff main.c @ 326:73efaa15a635

removed DEFTAG
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 22 Aug 2006 16:42:29 +0200
parents 45af6a8a0cbf
children 083f1f3e1e93
line wrap: on
line diff
--- a/main.c	Tue Aug 22 16:06:11 2006 +0200
+++ b/main.c	Tue Aug 22 16:42:29 2006 +0200
@@ -241,7 +241,7 @@
 
 	for(ntags = 0; tags[ntags]; ntags++);
 	seltag = emallocz(sizeof(Bool) * ntags);
-	seltag[DEFTAG] = True;
+	seltag[0] = True;
 
 	/* style */
 	dc.bg = getcolor(BGCOLOR);