Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Aborted - a test case



> 
> An API change was required:
>    SI::EIT::Event SiEitEvent;
> -  for (SI::Loop::Iterator it; eventLoop.hasNext(it); ) {
> +  for (SI::Loop::Iterator it; eventLoop.getNext(SiEitEvent, it); ) {
> -      SiEitEvent = eventLoop.getNext(it);
> 
> The patch contains the necessary changes for VDR. Tested for 
> two hours on some 
> channels.
> 
> Marcel
> 
> >
> > Regards.
> 

I have been running this patch for about 24 hours without any problems.

Regards,





Home | Main Index | Thread Index