fixed bch mode issues and raised the version to 0.9.9

This commit is contained in:
2025-02-11 17:43:46 +09:00
parent 6a59d3c70b
commit b80ee515b6
11 changed files with 113 additions and 20 deletions

View File

@ -609,7 +609,7 @@ static HAWK_INLINE int add_ffi_arg (hawk_rtx_t* rtx, ffi_list_t* ffi_list, ffi_n
case FMTC_STR:
{
hawk_uch_t* ptr;
hawk_ooch_t* ptr;
hawk_oow_t len;
ptr = hawk_rtx_valtooocstrdup(rtx, arg, &len);