Origin commit data
------------------
Branch: master
Commit: 5ed2d1c73e
Author: max_10 <max_10@gmx.de>
Date: 2015-11-16 (Mon, 16 Nov 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2015-11-16 15:26:15 +01:00
parent 982a650789
commit 8941daf818

View File

@@ -6,6 +6,9 @@
#include "dvbci_appmgr.h"
/* prevent possibly segfaults: read at end of this file */
#define yy_debug 0
static const char * FILENAME = "[dvbci_appmgr]";
eDVBCIApplicationManagerSession::eDVBCIApplicationManagerSession(tSlot *tslot)
@@ -150,10 +153,13 @@ int eDVBCIApplicationManagerSession::checkBlist()
{
if (readBlist())
{
/* out commented: causes sometimes segfault when reboot....don't know why :( */
#if yy_debug
printf("Blacked sids: %d > ", slot->bsids.size());
for (unsigned int i = 0; i < slot->bsids.size(); i++)
printf("%04x ", slot->bsids[i]);
printf("\n");
#endif
}
return 0;
}