mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-13 18:17:25 -07:00
less global vars
This commit is contained in:
parent
b6077df68e
commit
d234e2a8f5
4 changed files with 14 additions and 13 deletions
|
@ -234,8 +234,8 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
char pparent[512] = {0};
|
||||
char *parent = pparent;
|
||||
static char pparent[512] = {0};
|
||||
static char *parent = pparent;
|
||||
|
||||
void dumpCommandsRecursive(const command_t cmds[], int markdown) {
|
||||
if (cmds[0].Name == NULL) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue