From: Ben Fennema Date: Mon, 25 May 2015 18:15:57 +0000 (-0700) Subject: epggrab: fix "minor" typo X-Git-Tag: v4.2.1~2463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e733a28079b9abc5195e4e6a163d601195cfcd1;p=thirdparty%2Ftvheadend.git epggrab: fix "minor" typo --- diff --git a/src/epggrab/module.c b/src/epggrab/module.c index cffdfba13..3bbd31bed 100644 --- a/src/epggrab/module.c +++ b/src/epggrab/module.c @@ -167,7 +167,7 @@ void epggrab_module_ch_save ( void *_m, epggrab_channel_t *ch ) if (ch->major) htsmsg_add_u32(m, "major", ch->major); if (ch->minor) - htsmsg_add_u32(m, "major", ch->minor); + htsmsg_add_u32(m, "minor", ch->minor); hts_settings_save(m, "epggrab/%s/channels/%s", mod->id, ch->id); htsmsg_destroy(m);