removed DEFTAG
This commit is contained in:
parent
6a3ae5e26a
commit
595028614b
3 changed files with 2 additions and 4 deletions
2
main.c
2
main.c
|
@ -241,7 +241,7 @@ main(int argc, char *argv[])
|
|||
|
||||
for(ntags = 0; tags[ntags]; ntags++);
|
||||
seltag = emallocz(sizeof(Bool) * ntags);
|
||||
seltag[DEFTAG] = True;
|
||||
seltag[0] = True;
|
||||
|
||||
/* style */
|
||||
dc.bg = getcolor(BGCOLOR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue