summaryrefslogtreecommitdiff
path: root/eepg.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-05-15 01:51:54 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-05-15 01:51:54 +0200
commitd202a909ef2601729f81e8f4720a3d384092652a (patch)
treed5d12c02989b1a06353587a5ec0a5739e3dfac83 /eepg.h
parent7c6b0d167cdccd79c51d69ce6c938f1128fe7cda (diff)
downloadvdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.gz
vdr-plugin-eepg-d202a909ef2601729f81e8f4720a3d384092652a.tar.bz2
Changed loging so that in can be modified (decorated) in the future
Removed warnings Refactored some code fixed MHW1 so all summaries that are present are included
Diffstat (limited to 'eepg.h')
-rw-r--r--eepg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eepg.h b/eepg.h
index 3581ad9..01fa877 100644
--- a/eepg.h
+++ b/eepg.h
@@ -1,4 +1,4 @@
-#define DEBUG false
+//#define DEBUG false
//#define DEBUG_STARTTIME false
#define EEPG_FILE_EQUIV "eepg.equiv"
@@ -60,6 +60,7 @@ typedef struct {
unsigned char Unknown2;//FIXME
unsigned char Unknown3;//FIXME
unsigned char Rating;
+ unsigned short int TableId;
} Title_t;
typedef struct {