Initialize cs_invert to "false" in new csets.
This commit is contained in:
parent
5c2b7a2273
commit
9c8fd487a5
@ -57,6 +57,7 @@ cset_alloc(void)
|
||||
cs->cs_root = NULL;
|
||||
cs->cs_classes = NULL;
|
||||
cs->cs_havecache = false;
|
||||
cs->cs_invert = false;
|
||||
return (cs);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user