]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
minor hf mfu info adjustment from @iceman1001
authormarshmellow42 <marshmellowrf@gmail.com>
Wed, 13 May 2015 15:22:27 +0000 (11:22 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Wed, 13 May 2015 15:22:27 +0000 (11:22 -0400)
client/cmdhfmfu.c

index 112828574dfc51a3a4da2c3ca413a144b6aba15c..d80608947538d134073afc77aca2405516539ac9 100644 (file)
@@ -271,9 +271,14 @@ static int ul_print_default( uint8_t *data){
                PrintAndLog("      BCC1 : %02X - crc should be %02X", data[8], crc1 );
 
        PrintAndLog("  Internal : %02X - %s default", data[9], (data[9]==0x48)?"":"not" );
                PrintAndLog("      BCC1 : %02X - crc should be %02X", data[8], crc1 );
 
        PrintAndLog("  Internal : %02X - %s default", data[9], (data[9]==0x48)?"":"not" );
-       PrintAndLog("      Lock : %s - %s", sprint_hex(data+10, 2),printBits( 2, data+10) );
-       PrintAndLog("OneTimePad : %s ", sprint_hex(data + 12, 4));
-       PrintAndLog("");
+       PrintAndLog("      Lock : %s - %s",
+                               sprint_hex(data+10, 2),
+                               printBits(2, data+10)
+               );
+       PrintAndLog("OneTimePad : %s - %s\n",
+                               sprint_hex(data + 12, 4),
+                               printBits(4, data+12)
+               );
        return 0;
 }
 
        return 0;
 }
 
Impressum, Datenschutz