enhanced hcl_inttostr() to keep results in the temporary buffer when ngc is negative.

changed the integer printing function to utilize this change in print.c
This commit is contained in:
2018-02-15 08:05:48 +00:00
parent 46a4bd1561
commit 2a0551df2d
6 changed files with 93 additions and 55 deletions

View File

@ -1017,6 +1017,7 @@ struct hcl_t
{
hcl_uch_t* ptr;
hcl_oow_t capa;
hcl_oow_t len;
} xbuf;
struct
{