On 8/29/06, Michael Drons <[EMAIL PROTECTED]> wrote: > To my knowledge all of the current issue are related > to mythtv, not mvpmc. There are specific directions > that need to be followed when adding remote frontends
As far as I can tell the git still has your original problem where because of the size of what you are using as a key you corrupt memory. As long as the original code remains any myth functions build on the follow logic are broken static struct channel chan[500]; "SELECT chanid .... key = atoi(row[0]); chan[key].chanid = key; This includes the new prog finder. Martin Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
