aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.h
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-03 15:52:51 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-19 04:24:23 +0100
commit7b76c1241ca53ff1dec451d0732719d3882c56a6 (patch)
tree0aa2bc4515250d6e91d6a6f82bd8a9afd4cf182b /lib/dvb/esection.h
parent3c367808a0d999678d91c5e3bd34d83e2ac22095 (diff)
downloadenigma2-7b76c1241ca53ff1dec451d0732719d3882c56a6.tar.gz
enigma2-7b76c1241ca53ff1dec451d0732719d3882c56a6.zip
use %zd for ssize_t and %zu for size_t
Diffstat (limited to 'lib/dvb/esection.h')
-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 2bb17a98..833cc93b 100644
--- a/lib/dvb/esection.h
+++ b/lib/dvb/esection.h
@@ -63,7 +63,7 @@ protected:
else
TABLE_eDebugNoNewLine("-");
- TABLE_eDebug(" %d/%d TID %02x", avail.size(), max, data[0]);
+ TABLE_eDebug(" %zd/%d TID %02x", avail.size(), max, data[0]);
if (avail.size() == max)
{