diff uicc/globals.c @ 144:429a8f80426e

fc-uicc-tool: catch record length from manual select
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Feb 2021 02:03:11 +0000
parents f691a19f191d
children
line wrap: on
line diff
--- a/uicc/globals.c	Thu Feb 04 05:12:24 2021 +0000
+++ b/uicc/globals.c	Sat Feb 06 02:03:11 2021 +0000
@@ -7,3 +7,4 @@
 char *reader_name_buf;
 u_char sim_resp_data[258];
 unsigned sim_resp_data_len, sim_resp_sw;
+unsigned last_sel_file_record_len;