lua 5.3.6 :

- ricompilazione per nuova versione.
This commit is contained in:
Dario Sassi
2020-09-27 17:11:06 +00:00
parent b155c835ca
commit d71f9e3165
11 changed files with 60 additions and 39 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ static const char *l_str2dloc (const char *s, lua_Number *result, int mode) {
** - 'n'/'N' means 'inf' or 'nan' (which should be rejected)
** - '.' just optimizes the search for the common case (nothing special)
** This function accepts both the current locale or a dot as the radix
** mark. If the convertion fails, it may mean number has a dot but
** mark. If the conversion fails, it may mean number has a dot but
** locale accepts something else. In that case, the code copies 's'
** to a buffer (because 's' is read-only), changes the dot to the
** current locale radix mark, and tries to convert again.