-rw-r--r-- | src/model/selection_info.h | 7 | ||||
-rw-r--r-- | src/model/selection_info_init.c | 2 | ||||
-rw-r--r-- | src/view/exp004init.c | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/src/model/selection_info_init.c b/src/model/selection_info_init.c index 33b3bb5..40d00aa 100644 --- a/src/model/selection_info_init.c +++ b/src/model/selection_info_init.c @@ -4,7 +4,7 @@ void selection_info_init (SELECTION_INFO * s) { - memset (s->set, 0, sizeof (bool) * ROWS); + s->set = NULL; s->active = false; s->purpose = SET; s->x = 0; |