- added experimental support for Samsung J series lists (DVB-C only)

- upgraded to DevExpress 14.2.6
This commit is contained in:
hbeham
2015-04-17 21:59:44 +02:00
parent 66b47079c8
commit 04bee6480b
24 changed files with 959 additions and 287 deletions

View File

@@ -778,7 +778,7 @@ namespace ChanSort.Loader.LG
satConfig.dvbsChannelLength);
channel.RecordIndex = counter++;
channel.baseOffset = this.dvbsBlockOffset + satConfig.ChannelListOffset + channel.RecordIndex*satConfig.dvbsChannelLength;
channel.baseOffset = this.dvbsBlockOffset + satConfig.ChannelListOffset + (int)channel.RecordIndex*satConfig.dvbsChannelLength;
}
#endregion