eitd: save table id to xml and restore it

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ed6224258
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-27 (Mon, 27 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-27 13:39:28 +04:00
parent a0a23626ba
commit 52a08977ee
2 changed files with 8 additions and 9 deletions

View File

@@ -265,7 +265,7 @@ int SIevent::saveXML(FILE *file, const char *serviceName) const
int SIevent::saveXML0(FILE *file) const
{
if(fprintf(file, "\t\t<event id=\"%04x\">\n", eventID)<0)
if(fprintf(file, "\t\t<event id=\"%04x\" tid=\"%02x\">\n", eventID, table_id)<0)
return 1;
return 0;
}