eitd DMX::getSection: change char* to uint8_t

This commit is contained in:
[CST] Focus
2012-02-07 15:08:34 +04:00
parent 909556e3f4
commit c68321c68a
3 changed files with 6 additions and 6 deletions

View File

@@ -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;