mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: mostly syntax suger, trying to uniform the look 'n feel.. To make calls act to what is expected.
This commit is contained in:
parent
5eceba292f
commit
2abdfa491c
4 changed files with 67 additions and 104 deletions
|
@ -520,7 +520,7 @@ int DesfireAPDU(uint8_t *cmd, size_t cmd_len, uint8_t *dataout){
|
|||
|
||||
len = ReaderReceive(resp, par);
|
||||
|
||||
if( len == 0x00 ){
|
||||
if ( !len ) {
|
||||
if (MF_DBGLEVEL >= 4) Dbprintf("fukked");
|
||||
return FALSE; //DATA LINK ERROR
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue