X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ffa306de6159930672f8aabcd16a27b81c2a2f5d..f7b4257301e2ff4b490ae84d0b8ecbe3c7dfe241:/client/cmdhflegic.c diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index be9018f6..39c64921 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -107,7 +107,8 @@ int CmdLegicDecode(const char *Cmd) { int bIsSegmented = 0; // download EML memory, where the "legic read" command puts the data. - GetEMLFromBigBuf(data_buf, sizeof(data_buf), 0); + // copy data from proxmark into buffer + GetFromBigBuf(data_buf,sizeof(data_buf),0); if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2000)){ PrintAndLog("Command execute timeout"); return 1;