lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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