mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: removed some #DEFINE TRUE/FALSE
This commit is contained in:
parent
5f18400cbe
commit
4406f4ee2a
19 changed files with 149 additions and 133 deletions
|
@ -465,7 +465,7 @@ static int l_reveng_RunModel(lua_State *L){
|
|||
|
||||
static int l_hardnested(lua_State *L){
|
||||
|
||||
bool haveTarget = TRUE;
|
||||
bool haveTarget = true;
|
||||
size_t size;
|
||||
const char *p_blockno = luaL_checklstring(L, 1, &size);
|
||||
if(size != 2) return returnToLuaWithError(L,"Wrong size of blockNo, got %d bytes, expected 2", (int) size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue