From: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com> Date: Fri, 6 Dec 2019 15:06:24 +0000 (-0500) Subject: Bugfix: Output typing on print of HID card formats (#895) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/763d1befc1b9251c49cc88a50c73a3096323736a?hp=763d1befc1b9251c49cc88a50c73a3096323736a Bugfix: Output typing on print of HID card formats (#895) * Bugfix: Output typing on print of HID card formats The 'PrintAndLog' calls were using signed types and sometimes too few bits in width for formatting/outputting the data as was revealed in the forums. This commit will correct the printf-formatted output typing on display of the fields. * Update hidcardformats.c Updated to use macros as requested by @pwpiwi ---