- Changed an error code as per Andreas' suggestion

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@511 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-04-10 23:00:38 +00:00
parent 52c433a7ae
commit 87e27b00a4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const static struct sc_card_error iso7816_errors[] = {
{ 0x6A00, SC_ERROR_INCORRECT_PARAMETERS,"Wrong parameter(s) P1-P2" },
{ 0x6A80, SC_ERROR_INCORRECT_PARAMETERS,"Incorrect parameters in the data field" },
{ 0x6A81, SC_ERROR_NOT_SUPPORTED, "Function not supported" },
{ 0x6A81, SC_ERROR_NO_CARD_SUPPORT, "Function not supported" },
{ 0x6A82, SC_ERROR_FILE_NOT_FOUND, "File not found" },
{ 0x6A83, SC_ERROR_RECORD_NOT_FOUND, "Record not found" },
{ 0x6A84, SC_ERROR_CARD_CMD_FAILED, "Not enough memory space in the file" },