Skip to content

Commit 65ffef8

Browse files
committed
fix: Windows compilation
1 parent e2d2d7d commit 65ffef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globalplatform/gp_command_set.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GlobalPlatformCommandSet::GlobalPlatformCommandSet(IChannel* channel)
1717

1818
bool GlobalPlatformCommandSet::select(const QByteArray& aid)
1919
{
20-
qDebug() << "GPCommandSet::select()" << (aid.isEmpty() ? "ISD" : aid.toHex());
20+
qDebug() << "GPCommandSet::select()" << (aid.isEmpty() ? ISD_AID().toHex() : aid.toHex());
2121
QByteArray aidToSend = aid.isEmpty() ? ISD_AID() : aid;
2222

2323
// Build SELECT command

0 commit comments

Comments
 (0)