[mythtv] CVS : External channel changer executes twice

Mark A. Mankins raider15 at mankins.us
Sun May 23 16:04:05 EDT 2004


Dan Morphis wrote:
> diff -u is how Isaac prefers to receive the patches.
>
> -dan

Here's the patch in unified format.  Keep in mind that this patch isn't complete, it is just what I did
to correct the external channel changer problem.

Mark

diff -u -r1.148 tv_rec.cpp
--- libs/libmythtv/tv_rec.cpp   21 May 2004 03:39:58 -0000      1.148
+++ libs/libmythtv/tv_rec.cpp   23 May 2004 19:56:12 -0000
@@ -496,7 +496,7 @@
             bool success = channel->Open();
             if (success)
             {
-                success = channel->SetChannelByString(channel->GetCurrentName());
+                //success = channel->SetChannelByString(channel->GetCurrentName());
                 if (!success)
                 {
                     VERBOSE(VB_IMPORTANT, "Signal level too low?");



More information about the mythtv-dev mailing list