Changeset 4150


Ignore:
Timestamp:
12/18/10 11:58:49 (13 years ago)
Author:
_network
Message:

fix bug from r4148

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/csctapi/icc_async.c

    r4148 r4150  
    236236#if defined(LIBUSB)
    237237        case R_SMART:
    238             call (SR_GetStatus(reader->stsmart_handle, &in));
     238            call (SR_GetStatus(reader, &in));
    239239            break;
    240240#endif
     
    245245            call (Cool_GetStatus(&in));
    246246#elif defined(WITH_STAPI)
    247             call (STReader_GetStatus(reader, &in));
     247            call (STReader_GetStatus(reader->stsmart_handle, &in));
    248248#elif defined(AZBOX)
    249249            call(Azbox_GetStatus(reader, &in));
Note: See TracChangeset for help on using the changeset viewer.