[mythtv] [patch] problem with mythfilldatabase

Kenneth Aafløy ke-aa at frisurf.no
Sat Jan 24 17:38:33 EST 2004


Dave Alden wrote:
> Hi,
>   I noticed my last couple of runs of mythfilldatabase have 
> been erroring
> out.  I tracked it down to the patch for filldata.cpp 
> (version 1.82) that
> added the following lines:
> 
>      from.setDate(*qCurrentDate);
>      from.addDays(offset);
>      from.addSecs(listing_wrap_offset);
>      to = from;
>      to.addDays(nextoffset);
> 
> The 2 lines that call addDays should have reassigned the value to the
> variable.  I've attached a patch.  :-)

Thanks for clearing up my mess, better reassign the from.addSecs(x) too
then =)

Kenneth



More information about the mythtv-dev mailing list