[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
(2012-04-05, 15:58)jdembski Wrote: Can you check whether this fixes it? Unfortunately I don't have a system to test changes properly - hopefully I can set up a system by the end of this week...

Code:
diff --git a/src/vuplus/VuData.cpp b/src/vuplus/VuData.cpp
index 9418f75..50888de 100644
--- a/src/vuplus/VuData.cpp
+++ b/src/vuplus/VuData.cpp
@@ -613,7 +613,7 @@ bool Vu::LoadChannels(CStdString strServiceReference, CStdStr
     newChannel.strChannelName = strTmp;

     std::string strIcon;
-    strIcon = newChannel.strServiceReference;
+    strIcon = newChannel.strServiceReference.c_str();

     int j = 0;
     std::string::iterator it = strIcon.begin();

Unfortunately no, the error occurs exactly on it:
Code:
it        ""    
j        10
strIcon    "1:0:19:2B5C:3F3:1:C00000:0:0:0:"
this        0x0d051020 {m_bIsConnected=false m_strServerName="Vu" m_strURL="http://192.168.3.251:8088/" ...}


Sorry for my english, I use google translate.
Reply


Messages In This Thread
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - by trans - 2012-04-05, 16:38
Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217