aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index 92a03e71..8d64235e 100644
--- a/ltm.c
+++ b/ltm.c
@@ -287,7 +287,7 @@ void luaT_getvararg (CallInfo *ci, StkId ra, TValue *rc) {
287 return; 287 return;
288 } 288 }
289 } 289 }
290 else if (ttisshrstring(rc)) { /* short-string value? */ 290 else if (ttisstring(rc)) { /* string value? */
291 size_t len; 291 size_t len;
292 const char *s = getlstr(tsvalue(rc), len); 292 const char *s = getlstr(tsvalue(rc), len);
293 if (len == 1 && s[0] == 'n') { /* key is "n"? */ 293 if (len == 1 && s[0] == 'n') { /* key is "n"? */