X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6798f163cf317e89a65d38377fb3dc1475b37ae6..633c730e5feed206333c5174d53c6384c08047b2:/lib/python/enigma_python.i diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index ad412293..89aef414 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -155,6 +155,7 @@ typedef long time_t; %immutable pNavigation::m_event; %immutable eListbox::selectionChanged; %immutable eDVBCI_UI::ciStateChanged; +%immutable eDVBResourceManager::frontendUseMaskChanged; %include %include @@ -268,7 +269,7 @@ std::string convertDVBUTF8(std::string text, int table); std::string convertDVBUTF8(std::string text, int table) { int len = text.length(); - return convertDVBUTF8(len?text.c_str():"", len, table, 0); + return convertDVBUTF8(len?(unsigned char*)text.c_str():(unsigned char*)"", len, table, 0); } RESULT SwigFromPython(ePtr &result, PyObject *obj)