mirror of
https://github.com/lua/lua.git
synced 2026-07-14 01:59:18 +00:00
2d3f09544895b422eeecf89e0d108da8b8fcdfca
The result of "string.format("%.99f", -1e308) is 410 characters long,
but all other formats have much smaller limits (at most 99 plus a fex
extras). This commit avoids 'string.format' asking for a buffer
~400 chars large when ~100 will do.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%