fix crash on input not matching dictionary

This commit is contained in:
penguin2233 2026-06-25 21:30:34 +10:00
commit 4f5103f778
2 changed files with 4 additions and 2 deletions

View file

@ -86,7 +86,7 @@ void mkjiritu(SJ4_CONTEXT int mode) {
static void
dic_mu(SJ4_CONTEXT int mode) {
u_char* tagp;
u_char* tagp = NULL;
DICTL* dp;
for(dp = dictlist; dp; dp = dp->next) {