X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_camgr.cpp;h=e1afd17494b41a8b6348620e6c81246821296979;hp=cd10ae33e4ce4e3e6b737bc3e1f98ab73a418f84;hb=d41938053190e075de41c63acfdcea3e239dcaba;hpb=d290a6895aaba9660184b2ac9c1bb90d81ae494c diff --git a/lib/dvb_ci/dvbci_camgr.cpp b/lib/dvb_ci/dvbci_camgr.cpp index cd10ae3..e1afd17 100644 --- a/lib/dvb_ci/dvbci_camgr.cpp +++ b/lib/dvb_ci/dvbci_camgr.cpp @@ -31,8 +31,8 @@ int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *d printf("%04x ", (((const unsigned char*)data)[i]<<8)|(((const unsigned char*)data)[i+1])); caids.push_back((((const unsigned char*)data)[i]<<8)|(((const unsigned char*)data)[i+1])); } - slot->resendCAPMT(); printf("\n"); + slot->resendCAPMT(); break; default: printf("unknown APDU tag 9F 80 %02x\n", tag[2]);