From ede8b85152bf9dd2dfae513a4eb6bb518b8ff00d Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sat, 9 Apr 2016 21:14:38 +0000 Subject: [PATCH] fix sqldump d126 crash --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 58af27c..5b16c31 100644 --- a/main.c +++ b/main.c @@ -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])