From: iceman1001 Date: Sun, 14 Feb 2016 14:30:26 +0000 (+0100) Subject: FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/60bb5ef73b299f4abdbf657b34477dfb1f94e35d?ds=sidebyside;hp=60bb5ef73b299f4abdbf657b34477dfb1f94e35d FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. FIX: cmdlfem4x.c needed ref to cmdmain.h for clearCommandBuffer ---