touched up some error message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-15 00:27:19 +09:00
parent a4d8d8e2a5
commit bd8bf36485
3 changed files with 23 additions and 12 deletions

View File

@ -1229,7 +1229,12 @@ struct hcl_io_cciarg_t
/**
* [OUT] place data here for #HCL_IO_READ
*/
hcl_ooch_t buf[2048]; /* TODO: resize this if necessary */
hcl_ooch_t buf[2047]; /* TODO: resize this if necessary */
hcl_ooch_t is_bytes;
#if defined(HCL_OOCH_IS_UCH)
hcl_bch_t b_int[10];
hcl_bch_t bbuf[2037];
#endif
/**
* [OUT] place the number of characters read here for #HCL_IO_READ