aboutsummaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldblib.c b/ldblib.c
index cb542f67..a9776543 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldblib.c,v 1.153 2018/02/20 16:52:50 roberto Exp roberto $ 2** $Id: ldblib.c,v 1.154 2018/03/05 14:15:04 roberto Exp roberto $
3** Interface from Lua to its debug API 3** Interface from Lua to its debug API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -186,8 +186,8 @@ static int db_getinfo (lua_State *L) {
186 settabss(L, "namewhat", ar.namewhat); 186 settabss(L, "namewhat", ar.namewhat);
187 } 187 }
188 if (strchr(options, 'r')) { 188 if (strchr(options, 'r')) {
189 settabsi(L, "fTransfer", ar.fTransfer); 189 settabsi(L, "ftransfer", ar.ftransfer);
190 settabsi(L, "nTransfer", ar.nTransfer); 190 settabsi(L, "ntransfer", ar.ntransfer);
191 } 191 }
192 if (strchr(options, 't')) 192 if (strchr(options, 't'))
193 settabsb(L, "istailcall", ar.istailcall); 193 settabsb(L, "istailcall", ar.istailcall);