fixed clang compiler warnings
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@779 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -167,7 +167,7 @@ IFDHPowerICC (DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD AtrLength)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
Log2(PCSC_LOG_ERROR, "%d not supported", Action);
|
||||
Log2(PCSC_LOG_ERROR, "%0lX not supported", Action);
|
||||
return IFD_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user