From 4907444db9d31f340f29f6ff7c9284ee06a03f5b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 16 Mar 2018 12:33:34 -0300 Subject: 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' (keep the standard of names in lower case) --- ldblib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ldblib.c') diff --git a/ldblib.c b/ldblib.c index cb542f67..a9776543 100644 --- a/ldblib.c +++ b/ldblib.c @@ -1,5 +1,5 @@ /* -** $Id: ldblib.c,v 1.153 2018/02/20 16:52:50 roberto Exp roberto $ +** $Id: ldblib.c,v 1.154 2018/03/05 14:15:04 roberto Exp roberto $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ @@ -186,8 +186,8 @@ static int db_getinfo (lua_State *L) { settabss(L, "namewhat", ar.namewhat); } if (strchr(options, 'r')) { - settabsi(L, "fTransfer", ar.fTransfer); - settabsi(L, "nTransfer", ar.nTransfer); + settabsi(L, "ftransfer", ar.ftransfer); + settabsi(L, "ntransfer", ar.ntransfer); } if (strchr(options, 't')) settabsb(L, "istailcall", ar.istailcall); -- cgit v1.2.3-55-g6feb