don't try to look for python files when handling a C++ crash
[enigma2.git] / main / enigma-playlist.cpp
index 43dcb1d9a7bb82311718d7a0e726105937b09d76..51ffe825b2b9169897519efd178085cd1f7278dd 100644 (file)
@@ -9,7 +9,7 @@
 #include <lib/dvb/db.h>
 #include <lib/dvb/isection.h>
 #include <lib/dvb/esection.h>
-#include <lib/dvb_si/pmt.h>
+#include <dvbsi++/program_map_section.h>
 #include <lib/dvb/scan.h>
 #include <unistd.h>
 
@@ -112,7 +112,7 @@ public:
                                eDebug("failed to get iserviceinformation");
                                break;
                        }
-                       eString name;
+                       std::string name;
                        m_serviceInformation->getName(name);
                        eDebug("NEW running service: %s", name.c_str());
                        break;