mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Fix reveng
This commit is contained in:
parent
fe81b47811
commit
f46c366321
7 changed files with 68 additions and 39 deletions
|
@ -30,10 +30,10 @@
|
|||
|
||||
char *optarg;
|
||||
int optind = 1, opterr, optopt;
|
||||
|
||||
int pos = 0;
|
||||
int getopt(int argc, char *argv[], const char *optstring)
|
||||
{
|
||||
static int pos = 0;
|
||||
//static int pos = 0;
|
||||
char *str;
|
||||
|
||||
if (pos == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue