aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.h
diff options
context:
space:
mode:
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 b4782f81..3e097ccc 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)
{