- fixed typo in previous patch

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@900 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-02-05 15:39:44 +00:00
parent af6cfb5537
commit d1a122ce3b
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ int sc_pkcs15_bind(struct sc_card *card,
if (card->app_count > 0) {
const struct sc_app_info *info;
info = sc_find_pkcs15_app(card);
info = find_pkcs15_app(card);
if (info != NULL) {
if (info->path.len)
p15card->file_app->path = info->path;