18 files changed, 106 insertions, 47 deletions
diff --git a/src/model/selection_info_init.c b/src/model/selection_info_init.c index aea2b07..33b3bb5 100644 --- a/src/model/selection_info_init.c +++ b/src/model/selection_info_init.c @@ -3,7 +3,7 @@ void selection_info_init (SELECTION_INFO * s) -{ +{ memset (s->set, 0, sizeof (bool) * ROWS); s->active = false; s->purpose = SET; |