mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix optarg error
This commit is contained in:
parent
fda0968db2
commit
fc54e61890
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <pthread.h>
|
||||
#include <getopt.h>
|
||||
#include "ht2crackutils.h"
|
||||
|
||||
/* you could have more than 32 traces, but you shouldn't really need
|
||||
|
@ -774,7 +775,7 @@ int main(int argc, char *argv[]) {
|
|||
uint64_t revkey;
|
||||
uint64_t foundkey;
|
||||
int tot_nRaR = 0;
|
||||
char c;
|
||||
int c;
|
||||
char *uidstr = NULL;
|
||||
char *noncefilestr = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue