initialized capa to 0 in to_dn_capa()

This commit is contained in:
2020-02-24 17:14:21 +00:00
parent 8264142dbe
commit 9ef09941c3
3 changed files with 4 additions and 5 deletions

View File

@ -69,7 +69,7 @@ static mio_oow_t to_dn (const mio_bch_t* str, mio_uint8_t* buf)
static mio_oow_t to_dn_capa (const mio_bch_t* str)
{
mio_oow_t capa;
mio_oow_t capa = 0;
/*MIO_ASSERT (MIO_SIZEOF(mio_uint8_t) == MIO_SIZEOF(mio_bch_t));*/