mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
eitd DMX::getSection: change char* to uint8_t
This commit is contained in:
@@ -226,7 +226,7 @@ printf(" [sectionsd] check section for table 0x%02x table_extension 0x%04x last
|
||||
return false;
|
||||
}
|
||||
|
||||
int DMX::getSection(char *buf, const unsigned timeoutInMSeconds, int &timeouts)
|
||||
int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeouts)
|
||||
{
|
||||
struct eit_extended_section_header {
|
||||
unsigned transport_stream_id_hi : 8;
|
||||
|
Reference in New Issue
Block a user