fix sqldump d126 crash

This commit is contained in:
hummypkg 2016-04-09 21:14:38 +00:00 committed by HummyPkg
parent f31cfea03b
commit ede8b85152
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -587,7 +587,7 @@ sqldump(struct epg *epg __attribute__((unused)),
if (ds[PARSER_FTA_CONTENT_MGMT])
{
printf(",\n content_mgmt = %d",
!ds[PARSER_CONTENT]->content.d126.no_scramble);
!ds[PARSER_FTA_CONTENT_MGMT]->content.d126.no_scramble);
}
if (ds[PARSER_CRID_EVENT])