John Pullan wrote:
On 30/08/05, John Pullan <[EMAIL PROTECTED]> wrote:

On 30/08/05, Stuart Auchterlonie <[EMAIL PROTECTED]> 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.
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to