X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fstruct.c;h=72c1c9cf6235d2eb9a9a355fea3934f766b308ba;hp=cc4d986ce213e24df78c70ec7e8a8505192ddeab;hb=8808be96beb5502d13c0cd957b9fc3cec72ac6e3;hpb=72bc2e894cc2816990ffeee99004a9a8017692f9 diff --git a/src/struct.c b/src/struct.c index cc4d986..72c1c9c 100644 --- a/src/struct.c +++ b/src/struct.c @@ -64,7 +64,7 @@ static int comet2cmdsize = ARRAYSIZE(comet2cmd); * ハッシュ表のサイズ */ enum { - CMDTABSIZE = 39, + CMDTABSIZE = 41, }; /** @@ -112,7 +112,7 @@ unsigned hash_cmdtype(const char *cmd, CMDTYPE type) */ bool create_cmdtable(CMDTAB_HASH hash) { - CMDTAB *p; + CMDTAB *p = NULL; unsigned hashval; int i;