From 4f63ef31e0b4a66e8d3a6dab65f795312aef6512 Mon Sep 17 00:00:00 2001 From: longinus Date: Tue, 15 Feb 2011 07:06:58 +0000 Subject: [PATCH] pass is_logo to GetSDT git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@834 4e526526-5e11-4fc0-8910-f8fd03428081 --- epgdump/epgdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epgdump/epgdump.c b/epgdump/epgdump.c index 5985370..879bdea 100755 --- a/epgdump/epgdump.c +++ b/epgdump/epgdump.c @@ -422,10 +422,10 @@ int main(int argc, char *argv[]) goto cleanup; }else if(strcmp(arg_onTV, "/BS") == 0){ char *head = "BS"; - GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0); + GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, is_logo); }else if(strcmp(arg_onTV, "/CS") == 0){ char *head = "CS"; - GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0); + GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, is_logo); }else if(strcmp(arg_onTV, "/TEST") == 0){ char *head = "TEST"; GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0); -- 2.11.0