aewl
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 diff
1.1 --- a/main.c Tue Aug 22 16:06:11 2006 +0200 1.2 +++ b/main.c Tue Aug 22 16:42:29 2006 +0200 1.3 @@ -241,7 +241,7 @@ 1.4 1.5 for(ntags = 0; tags[ntags]; ntags++); 1.6 seltag = emallocz(sizeof(Bool) * ntags); 1.7 - seltag[DEFTAG] = True; 1.8 + seltag[0] = True; 1.9 1.10 /* style */ 1.11 dc.bg = getcolor(BGCOLOR);