mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Merge branch 'master' into experimental_varlen
* master: missing bracket text CHG: remove WITH_EMV since its not used at all.
This commit is contained in:
commit
a14b3d8b87
4 changed files with 2 additions and 9 deletions
|
@ -239,7 +239,7 @@ static void memcpy_filtered(void *dest, const void *src, size_t n, bool filter)
|
|||
#if defined(__linux__) || (__APPLE__)
|
||||
memcpy(dest, src, n);
|
||||
#else
|
||||
if (filter)
|
||||
if (filter) {
|
||||
// Filter out ANSI sequences on these OS
|
||||
uint16_t si=0;
|
||||
for (uint16_t i=0; i < n; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue