- DBM: fixed setting Hide/Lock/Skip/Favorites

- TCL .tar: build-options for trouble shooting (using different TAR implementations and minimal file updates)
This commit is contained in:
Horst Beham
2023-01-06 19:33:28 +01:00
parent 45367366ca
commit aab1fa495a
7 changed files with 122 additions and 31 deletions

View File

@@ -42,6 +42,7 @@ enum e_Favorites : byte
enum e_Flags : byte
{
Hide=0x04,
Skip=0x08,
Lock=0x10
};
@@ -97,7 +98,7 @@ public struct DBM
switch (GetDocumentSize())
{
case 163772:
// TechniSat DVB-C vodafone.DBM
// TechniSat DVB-C TS_Programmliste_06_01.DBM
satBitmapLength = 0;
satRecordCount = 0;
satRecordLength = 84;