diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -191,8 +191,10 @@ static int db_getinfo (lua_State *L) { | |||
191 | settabsi(L, "ftransfer", ar.ftransfer); | 191 | settabsi(L, "ftransfer", ar.ftransfer); |
192 | settabsi(L, "ntransfer", ar.ntransfer); | 192 | settabsi(L, "ntransfer", ar.ntransfer); |
193 | } | 193 | } |
194 | if (strchr(options, 't')) | 194 | if (strchr(options, 't')) { |
195 | settabsb(L, "istailcall", ar.istailcall); | 195 | settabsb(L, "istailcall", ar.istailcall); |
196 | settabsi(L, "extraargs", ar.extraargs); | ||
197 | } | ||
196 | if (strchr(options, 'L')) | 198 | if (strchr(options, 'L')) |
197 | treatstackoption(L, L1, "activelines"); | 199 | treatstackoption(L, L1, "activelines"); |
198 | if (strchr(options, 'f')) | 200 | if (strchr(options, 'f')) |