- Made clearer the error message resulting from an incorrect PIN code entry

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@447 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-04-04 20:37:27 +00:00
parent 059813818b
commit 1446fc11e1

View File

@ -631,8 +631,8 @@ int do_verify(int argc, char **argv)
printf("Incorrect code, %d tries left.\n", tries_left);
else
printf("Incorrect code.\n");
}
printf("Unable to verify PIN code: %s\n", sc_strerror(r));
} else
printf("Unable to verify PIN code: %s\n", sc_strerror(r));
return -1;
}
printf("Code correct.\n");