mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 03:36:35 +00:00
Cleanup macro.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
size_t __szPos; \
|
||||
printf(" %s: ", pcTag); \
|
||||
for (__szPos=0; __szPos < (size_t)(szBytes); __szPos++) { \
|
||||
printf("%02x ",pbtData[__szPos]); \
|
||||
printf("%02x ",((uint8_t *)(pbtData))[__szPos]); \
|
||||
} \
|
||||
printf("\n"); \
|
||||
} while (0);
|
||||
|
||||
Reference in New Issue
Block a user