fastscan: fix format-string warning

Origin commit data
------------------
Commit: fe5aafa9b5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
This commit is contained in:
Stefan Seyfried
2014-04-27 19:33:28 +02:00
parent 93fb2a7b8e
commit c465f0e2b9

View File

@@ -331,7 +331,7 @@ bool CServiceScan::ReadFst(unsigned short pid, unsigned short operator_id, bool
} while(!one_section && (sectotal < last));
delete dmx;
printf("[FST] %d sections\n", fst_sections.size());
printf("[FST] %zd sections\n", fst_sections.size());
return !fst_sections.empty();
}