version 0.2

This commit is contained in:
NIIBE Yutaka
2010-09-13 11:47:21 +09:00
parent 8f029f96e9
commit 8bf281a656
10 changed files with 1145 additions and 288 deletions

View File

@@ -496,6 +496,8 @@ cmd_select_file (void)
{
write_res_apdu (select_file_TOP_result,
sizeof (select_file_TOP_result), 0x90, 0x00);
res_APDU[2] = (data_objects_number_of_bytes & 0xff);
res_APDU[3] = (data_objects_number_of_bytes >> 8);
}
file_selection = FILE_MF;