]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/mifaredesfire.c
FIX: "hf list 7816", the s-blocks is now also printed.
[proxmark3-svn] / armsrc / mifaredesfire.c
index 9ab9b66bea1750fce2ecaaf16f98c70470d06004..4d68bf5fc9a7e6ddf32d6a6064362d4eb6e458dc 100644 (file)
@@ -447,9 +447,7 @@ int DesfireAPDU(uint8_t *cmd, size_t cmd_len, uint8_t *dataout){
        len = ReaderReceive(resp, par);
        
        if( len == 0x00 ){
-               if (MF_DBGLEVEL >= 4) {
-                       Dbprintf("fukked");
-               }
+               if (MF_DBGLEVEL >= 4) Dbprintf("fukked");
                return FALSE; //DATA LINK ERROR
        }
        // if we received an I- or R(ACK)-Block with a block number equal to the
Impressum, Datenschutz