Fix non-portable format string in usb-ccid.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 4 Apr 2011 04:48:08 +0000 (14:48 +1000)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 12:43:16 +0000 (14:43 +0200)
commit31525a295c286b5486b94c6d0ed5d7db6f591526
treeb0e212d06323a855f167f15b39e713756ed38ea3
parentf6bd31c4e0a57e868d82d7f39e0715251543057e
Fix non-portable format string in usb-ccid.c

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>
hw/usb-ccid.c