typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20
This commit is contained in:
parent
382223b9a9
commit
c43897de27
@ -533,7 +533,7 @@ int prepareHF15Cmd(char **cmd, UsbCommand *c, uint8_t iso15cmd[], int iso15cmdle
|
||||
while (**cmd==' ' || **cmd=='\t') (*cmd)++;
|
||||
|
||||
if (strstr(*cmd,"-2")==*cmd) {
|
||||
c->arg[1]=0; // quse 1of256
|
||||
c->arg[1]=0; // use 1of256
|
||||
(*cmd)+=2;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user