]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: textual change.
authoriceman1001 <iceman@iuse.se>
Fri, 29 Jul 2016 18:53:56 +0000 (20:53 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 29 Jul 2016 18:53:56 +0000 (20:53 +0200)
client/cmdlfjablotron.c

index da4b0040a009d097d635d0122374120470c2af77..3c5edd39ee6774c0addf793e678b84379844c38f 100644 (file)
@@ -144,7 +144,7 @@ int CmdJablotronClone(const char *Cmd) {
        // clearing the topbit needed for the preambl detection. 
        if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
                fullcode &= 0x7FFFFFFFFF;
-               PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+               PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
        }
        
        if ( !getJablotronBits(fullcode, bs)) {
@@ -190,7 +190,7 @@ int CmdJablotronSim(const char *Cmd) {
        // clearing the topbit needed for the preambl detection. 
        if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
                fullcode &= 0x7FFFFFFFFF;
-               PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+               PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
        }
        
        uint8_t clk = 64, encoding = 2, separator = 0, invert = 1;
Impressum, Datenschutz