Re: [vdr] [OsdTeletext] detach receiver for VDR 1.7.25

2012-03-03 Thread Andreas Brachold
Hello Udo,  

Your patch looks like a dirty hack, but it works here. ;-)

But there is a small syntax error at #ifdef

It should be :
--
#if VDRVERSNUM = 10725
   // Disconnect receiver if channel is 0, will reconnect to new
   // receiver after channel change.
   if (ChannelNumber == 0  Device-IsPrimaryDevice()) {
  if(receiver)
  delete receiver;
  receiver = NULL;
   }
#endif
--

Regards,
Andreas


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [OsdTeletext] detach receiver for VDR 1.7.25

2012-03-03 Thread Udo Richter
Am 03.03.2012 21:40, schrieb Andreas Brachold:
 It should be :
 --
 #if VDRVERSNUM = 10725

Ouch, you're right, of course...

COMPILER! Y U NO ERROR?

Cheers,

Udo

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr