]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t.
[proxmark3-svn] / client / cmdhflegic.c
index aef6ef0c76733a1b6d149d0390024cee8ec934ae..18c4f7360846eba2fe6864af4b8eec44f77027a8 100644 (file)
@@ -47,7 +47,7 @@ int CmdLegicDecode(const char *Cmd) {
        int i, k, n;
        int segment_len = 0;
        int segment_flag = 0;
-       int stamp_len = 0;
+       uint8_t stamp_len = 0;
        int crc = 0;
        int wrp = 0;
        int wrc = 0;
Impressum, Datenschutz