From f3659316c9e8d245227c83274b4514a45ba9e228 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:30:10 +0000 Subject: Sun, Apr 28, 2024, 7:30 PM -07:00 --- wk5/pset/speller/dictionary.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wk5/pset') diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index c777c58..e993353 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -66,6 +66,7 @@ bool load(const char *dictionary) // initialize the table for (int i = 0; i < N; i++) { table[i]->next = NULL; + // table[i]->word = ""; } // Open dictionary file -- cgit v1.2.3