fixed wrong array size in lib/awk/run.c

This commit is contained in:
hyung-hwan 2020-03-05 05:52:36 +00:00
parent 577c084a10
commit 390e72d209

View File

@ -1245,7 +1245,7 @@ static int defaultify_globals (qse_awk_rtx_t* rtx)
int idx;
const qse_char_t* str[2];
};
static struct gtab_t gtab[7] =
static struct gtab_t gtab[8] =
{
{ QSE_AWK_GBL_CONVFMT, { DEFAULT_CONVFMT, DEFAULT_CONVFMT } },
{ QSE_AWK_GBL_FILENAME, { QSE_NULL, QSE_NULL } },