mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
357921f561
1 changed files with 2 additions and 1 deletions
|
@ -4195,7 +4195,8 @@ static void arg_cat_option(char *dest,
|
|||
#endif
|
||||
|
||||
if (datatype) {
|
||||
arg_cat(&dest, "=", &ndest);
|
||||
// arg_cat(&dest, "=", &ndest);
|
||||
arg_cat(&dest, " ", &ndest);
|
||||
if (optvalue) {
|
||||
arg_cat(&dest, "[", &ndest);
|
||||
arg_cat(&dest, datatype, &ndest);
|
||||
|
|
Loading…
Reference in a new issue