implemented call-by-reference parameters of normal awk functions partially. it has yet to be refined further

This commit is contained in:
2019-06-07 09:26:50 +00:00
parent 040ee69eb7
commit 4255f9599f
7 changed files with 238 additions and 257 deletions

View File

@ -700,7 +700,7 @@ reswitch:
const qse_wchar_t* usp;
qse_size_t uwid;
if (flagc & FLAGC_ZEROPAD) padc = ' ';
if (flagc & FLAGC_ZEROPAD) padc = T(' ');
usp = va_arg(ap, qse_wchar_t*);
if (flagc & FLAGC_DOT)