print_file(): inverse "write" and "erase"

Thanks to Aleksey Samsonov for the patch
http://www.opensc-project.org/pipermail/opensc-devel/2009-June/012212.html


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3695 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2009-06-16 09:17:53 +00:00
parent 8b4a1f673b
commit 490d1b84aa
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ static int print_file(sc_card_t *in_card, const sc_file_t *file,
"list"
};
const char *ac_ops_ef[] = {
"read", "update", "write", "erase", "rehab", "inval"
"read", "update", "erase", "write", "rehab", "inval"
};
for (r = 0; r < depth; r++)