Changeset 4133 for trunk/csctapi/icc_async.c
- Timestamp:
- 12/17/10 10:56:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/csctapi/icc_async.c
r4132 r4133 107 107 //copy physical device name and file handle to other slots 108 108 struct s_reader *rdr; 109 cs_log("DINGO: first_reader = %p", first_reader); 109 110 for (rdr=first_reader; rdr ; rdr=rdr->next) //copy handle to other slots 110 111 if (rdr->typ == R_SC8in1 && rdr != reader) { //we have another sc8in1 reader … … 203 204 int ICC_Async_GetStatus (struct s_reader *reader, int * card) 204 205 { 205 int in ;206 int in=0; 206 207 207 208 // printf("\n%08X\n", (int)ifd->io); … … 948 949 if ((reader->protocol_type == ATR_PROTOCOL_TYPE_T1) && (reader->ifsc != DEFAULT_IFSC)) { 949 950 unsigned char rsp[CTA_RES_LEN]; 950 unsigned short * lr ;951 unsigned short * lr = 0; 951 952 unsigned char tmp[] = { 0x21, 0xC1, 0x01, 0x00, 0x00 }; 952 953 tmp[3] = reader->ifsc; // Information Field size
Note:
See TracChangeset
for help on using the changeset viewer.