]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14b.c
fixed warnings on Mac OS 10.8, xcode 5
[proxmark3-svn] / client / cmdhf14b.c
index 7694c2cd3a7399898db88278a3c8174b9ef42bec..5317994fcb48fdded09d06b9fbcfcfc82b943477 100644 (file)
@@ -359,7 +359,7 @@ int CmdHF14BCmdRaw (const char *cmd) {
             if (hexout != NULL) {
                 uint8_t first, second;
                 for (int i = 0; i < resp.arg[0]; i++) { // data in hex
-                    sprintf(&hexout[i * 3], "%02hX ", recv[i]);
+                    sprintf(&hexout[i * 3], "%02X ", recv[i]);
                 }
                 PrintAndLog("%s", hexout);
                 free(hexout);
Impressum, Datenschutz