added prefix to qse_fmtintmax() and qse_fmtuintmax().

chnaged awk's printf to use qse_fmtintmax().
This commit is contained in:
2011-11-07 00:01:19 +00:00
parent 226795c03e
commit 10b0469ee1
6 changed files with 388 additions and 395 deletions

View File

@ -285,7 +285,8 @@ static int print_expr (qse_awk_t* awk, qse_awk_nde_t* nde)
buf, QSE_COUNTOF(buf),
((qse_awk_nde_int_t*)nde)->val,
10,
QSE_T('\0')
QSE_T('\0'),
QSE_NULL
);
PUT_SRCSTR (awk, buf);
}