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:
@ -1017,6 +1017,7 @@ struct hcl_t
|
||||
{
|
||||
hcl_uch_t* ptr;
|
||||
hcl_oow_t capa;
|
||||
hcl_oow_t len;
|
||||
} xbuf;
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user