mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
build error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user