mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
fix
This commit is contained in:
parent
9fdc29e91c
commit
2c4e660605
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ static int CmdHFFelicaList(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdHFFelicaReader(const char *Cmd) {
|
||||
bool verbose = !(Cmd[0] == 's' || Cmd[0] == 'S');
|
||||
bool verbose = !(tolower(Cmd[0]) == 's');
|
||||
return readFelicaUid(verbose);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue