[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in error message for table.concat
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 15 Feb 2021 11:01:19 -0300
> The addfield() subroutine of table.concat is (in 5.3.x and 5.4.x):
>
> [...]
>
> But this error message is wrong, because %d expects an "int" value, not
> a lua_Integer.
Thanks for the report.
> It wouldn't surprise me if there were other format-string errors of this
> kind, though I've not checked yet.
I looked for the pattern '%[fIdc]' in the source and could not find
any other case.
-- Roberto