mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
test c**
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user