fixed hawk_seterrumsg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 11:40:50 +09:00
parent 3b5a21a60a
commit 35a9adea7e

View File

@ -263,7 +263,7 @@ void hawk_seterrbmsg (hawk_t* hawk, const hawk_loc_t* errloc, hawk_errnum_t errn
void hawk_seterrumsg (hawk_t* hawk, const hawk_loc_t* errloc, hawk_errnum_t errnum, const hawk_uch_t* msg)
{
hawk_seterrufmt(hawk, errloc, errnum, "%ls", msg);
hawk_seterrufmt(hawk, errloc, errnum, HAWK_UT("%ls"), msg);
}
/* ------------------------------------------------------------------------- */