-
David Gibson authored
At one point, usb-ccid.c attempts to use a %lX format specifier to print a uint64_t, which is only correct on some host platforms. This patch corrects the statement to use the stdint specified PRIX64 constant instead. Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>David Gibson authoredAt one point, usb-ccid.c attempts to use a %lX format specifier to print a uint64_t, which is only correct on some host platforms. This patch corrects the statement to use the stdint specified PRIX64 constant instead. Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
Loading