MuscleApplet: Don't set the file ID as the name of the file. It is redundant and does not look nice.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4410 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-06-10 09:08:00 +00:00
parent a1c77b96ab
commit 268e6270d8
1 changed files with 0 additions and 2 deletions

View File

@ -383,8 +383,6 @@ static int select_item(sc_card_t *card, const sc_path_t *path_in, sc_file_t ** f
file->path = *path_in;
file->size = file_data->size;
file->id = (oid[2] << 8) | oid[3];
memcpy(file->name, path, pathlen);
file->namelen = pathlen;
if(!file_data->ef) {
file->type = SC_FILE_TYPE_DF;
} else {