fix debug output
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 29 Nov 2005 23:35:38 +0000 (23:35 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 29 Nov 2005 23:35:38 +0000 (23:35 +0000)
lib/dvb_ci/dvbci_camgr.cpp

index cd10ae33e4ce4e3e6b737bc3e1f98ab73a418f84..e1afd17494b41a8b6348620e6c81246821296979 100644 (file)
@@ -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]);