diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-04 17:29:51 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-04 17:29:51 -0200 |
commit | 1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9 (patch) | |
tree | e486eb5a38c884294355183488c948e5a0f5d8c5 /bugs | |
parent | 76179a1014430f42148822ac2db23a9491817a0b (diff) | |
download | lua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.tar.gz lua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.tar.bz2 lua-1dcf1c9cbd2ec3c51f18124b032d4d4a917b3ca9.zip |
format "%s" may break limit of "sprintf" on some machines.
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,3 +67,6 @@ Wed Feb 3 14:40:21 EDT 1999 | |||
67 | >> getlocal cannot return the local itself, since lua_isstring and | 67 | >> getlocal cannot return the local itself, since lua_isstring and |
68 | lua_isnumber can modify it. | 68 | lua_isnumber can modify it. |
69 | 69 | ||
70 | ** lstrlib.c | ||
71 | Thu Feb 4 17:08:50 EDT 1999 | ||
72 | >> format "%s" may break limit of "sprintf" on some machines. | ||