From 7a7e45f833274377d26a22b89e62a2ce7bbc1b6e Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:40:46 +0000 Subject: Sun, Apr 28, 2024, 7:40 PM -07:00 --- wk5/pset/speller/dictionary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wk5/pset') diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index 20053fe..f479021 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -65,8 +65,8 @@ bool load(const char *dictionary) { // initialize the table for (int i = 0; i < N; i++) { + // malloc size of next table[i]->next = 0; - // table[i]->word = ""; } // Open dictionary file -- cgit v1.2.3