mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
build error
This commit is contained in:
parent
1222d995ef
commit
1916fa31b5
1 changed files with 1 additions and 1 deletions
|
@ -2958,7 +2958,7 @@ static int CmdDiff(const char *Cmd) {
|
|||
}
|
||||
|
||||
int res = PM3_SUCCESS;
|
||||
uint8_t *inA, *inB;
|
||||
uint8_t *inA = NULL, *inB = NULL;
|
||||
size_t datalenA = 0, datalenB = 0;
|
||||
// read file A
|
||||
if (fnlenA) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue