summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-10-24 18:20:12 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-10-24 18:20:12 +0200
commita57a6174875e05911039276f36f17cd538f494a3 (patch)
tree1eda199bf385b4a5d93b68520274687d20b66ccd
parent4577501e4063ff81ab608ec978602e1c497b0bd3 (diff)
parentb6f82154ee39068f998fb0ad1275dcd0f90f5ad9 (diff)
downloadvdr-plugin-eepg-a57a6174875e05911039276f36f17cd538f494a3.tar.gz
vdr-plugin-eepg-a57a6174875e05911039276f36f17cd538f494a3.tar.bz2
Merge branch 'branch_na_ok' of ssh://192.168.1.138/home/dime/VDR/PLUGINS/src/eepg into Branch_na_ok
-rw-r--r--dish.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dish.c b/dish.c
index 304d9dd..8e8c3f5 100644
--- a/dish.c
+++ b/dish.c
@@ -15,6 +15,7 @@
#include <libsi/descriptor.h>
#include <string.h>
#include <stdlib.h>
+#include <vdr/tools.h>
namespace SI
{
@@ -265,7 +266,7 @@ namespace SI
{
decompressedShort = Decompress(Tid, data);
if (decompressedShort) {
- name = decompressedShort;
+ name = (char*)decompressedShort;
}
}