mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
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:
@@ -331,7 +331,7 @@ bool CServiceScan::ReadFst(unsigned short pid, unsigned short operator_id, bool
|
|||||||
} while(!one_section && (sectotal < last));
|
} while(!one_section && (sectotal < last));
|
||||||
|
|
||||||
delete dmx;
|
delete dmx;
|
||||||
printf("[FST] %d sections\n", fst_sections.size());
|
printf("[FST] %zd sections\n", fst_sections.size());
|
||||||
return !fst_sections.empty();
|
return !fst_sections.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user