eitd DMX::getSection: change char* to uint8_t

Origin commit data
------------------
Commit: c68321c68a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-07 15:08:34 +04:00
parent ac60c7ee40
commit 128928767c
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;