From: dn337t@gmail.com Date: Thu, 7 Jun 2012 09:24:49 +0000 (+0000) Subject: use char instead of uint8_t to avoid warnings/casting X-Git-Tag: v1.0.0~205 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/836138032cb134139d9ab5247c6baee983b2c312 use char instead of uint8_t to avoid warnings/casting --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 2d1c76d5..081d197c 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -712,7 +712,7 @@ int CmdHF14AMfChk(const char *Cmd) { FILE * f; char filename[256]={0}; - uint8_t buf[13]; + char buf[13]; uint8_t *keyBlock = NULL, *p; uint8_t stKeyBlock = 20;