Changeset 4150
- Timestamp:
- 12/18/10 11:58:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/csctapi/icc_async.c
r4148 r4150 236 236 #if defined(LIBUSB) 237 237 case R_SMART: 238 call (SR_GetStatus(reader ->stsmart_handle, &in));238 call (SR_GetStatus(reader, &in)); 239 239 break; 240 240 #endif … … 245 245 call (Cool_GetStatus(&in)); 246 246 #elif defined(WITH_STAPI) 247 call (STReader_GetStatus(reader , &in));247 call (STReader_GetStatus(reader->stsmart_handle, &in)); 248 248 #elif defined(AZBOX) 249 249 call(Azbox_GetStatus(reader, &in));
Note:
See TracChangeset
for help on using the changeset viewer.