[mythtv] Re: [mythtv-commits] mythtv commit: r7185 by danielk

Allan Stirling Dibblahmythml0015 at pendor.org
Tue Sep 6 22:16:26 UTC 2005


John Pullan wrote:
> On 30/08/05, John Pullan <john.pullan at gmail.com> wrote:
> 
>>On 30/08/05, Stuart Auchterlonie <stuarta at squashedfrog.net> wrote:
>>
>>a better (I think ) fix would be :
>>Index: siscan.cpp
>>===================================================================
>>--- siscan.cpp  (revision 7185)
>>+++ siscan.cpp  (working copy)
>>@@ -1729,7 +1729,7 @@
>>     if (!siparser)
>>         return;
>>     // ignore events before current is set
>>-    if (current == scanTransports.end())
>>+    if ((scanMode == TRANSPORT_LIST) && (current == scanTransports.end()))

(Apologies for the bad quoting)

This patch still seems to be required for me to complete a full scan 
(Astra-28.2), even with Stuart's latest patch (sa4). Any further 
diagnostics I can give, just ask...

Cheers,

Allan.


More information about the mythtv-dev mailing list