mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ok, compiles)
This commit is contained in:
parent
ab5233d29f
commit
de31f05284
2 changed files with 3 additions and 81 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "cliparser/argtable3.h"
|
||||
#include "cliparser/getopt.h"
|
||||
#ifdef _WIN32
|
||||
# include <io.h>
|
||||
# include <fcntl.h>
|
||||
|
@ -96,7 +96,7 @@ int reveng_main(int argc, char *argv[]) {
|
|||
|
||||
SETBMP();
|
||||
|
||||
pos=0;
|
||||
// pos=0; --- not in this ver of getopt
|
||||
optind=1;
|
||||
do {
|
||||
c=getopt(argc, argv, "?A:BDFGLMP:SVXa:bcdefhi:k:lm:p:q:rstuvw:x:yz");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue