aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-04-27 22:57:34 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-04-27 22:57:34 +0200
commitadef5abc91835e6c9e06b446c1bd3e3a42ec03bc (patch)
treef9abcbb6d8442fbf68ab1f84697c2fe2da35a6ee /lib/dvb
parentb48a6df5d1bb24e9e4b67b31ffe70c54846a9440 (diff)
downloadenigma2-adef5abc91835e6c9e06b446c1bd3e3a42ec03bc.tar.gz
enigma2-adef5abc91835e6c9e06b446c1bd3e3a42ec03bc.zip
replace more assertions to get proper log messages
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/esection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h
index 5720d5de..2bb17a98 100644
--- a/lib/dvb/esection.h
+++ b/lib/dvb/esection.h
@@ -189,7 +189,7 @@ public:
next=0;
first=0;
- assert(current->ready);
+ ASSERT(current->ready);
/*emit*/ tableReady(0);