From f5538c1c4ec3fc35e52cc7436029322cc3bb8639 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 29 Jul 2016 20:53:56 +0200 Subject: [PATCH] chg: textual change. --- client/cmdlfjablotron.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c index da4b0040..3c5edd39 100644 --- a/client/cmdlfjablotron.c +++ b/client/cmdlfjablotron.c @@ -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; -- 2.39.2