diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-28 16:53:08 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-28 16:53:08 +0100 |
commit | 2897776ceea4177e110b22e7efefd5dce50304a8 (patch) | |
tree | e4e1983df6f62a764468753e3ed92f5f6e11fd54 /eepg.h | |
parent | bf45a222e707b0f778bc39abb171813bc39dd194 (diff) | |
download | vdr-plugin-eepg-2897776ceea4177e110b22e7efefd5dce50304a8.tar.gz vdr-plugin-eepg-2897776ceea4177e110b22e7efefd5dce50304a8.tar.bz2 |
Extract the the Short Text from the Extended description for MHW2 and Sky
Diffstat (limited to 'eepg.h')
-rw-r--r-- | eepg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ typedef struct { unsigned int EventId;//short is not sufficient for Nagra unsigned short int NumReplays; unsigned char * Text; + unsigned char ShortTextLength; } Summary_t; |