mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files
This commit is contained in:
parent
0f7241f4b3
commit
f054f5da32
3 changed files with 4 additions and 4 deletions
|
@ -794,7 +794,7 @@ int EM4x50Read(const char *Cmd, bool verbose) {
|
|||
char tmp2[20];
|
||||
int phaseoff;
|
||||
high = low = 0;
|
||||
memset(tmpbuff, 0, MAX_GRAPH_TRACE_LEN / 64);
|
||||
memset(tmpbuff, 0, sizeof(tmpbuff) );
|
||||
|
||||
// get user entry if any
|
||||
sscanf(Cmd, "%i %i", &clk, &invert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue