Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added an explanatory comment to channelbase
  • Loading branch information
Beirdo committed Dec 3, 2010
1 parent 33db880 commit f65cae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/channelbase.cpp
Expand Up @@ -727,6 +727,8 @@ bool ChannelBase::ChangeExternalChannel(const QString &channum)
uint flags = kMSNone;
uint result;

// This is being done using the class rather than the myth_system wrapper
// to accomodate use of Term in TeardownAll
m_changer = new MythSystem(command, flags);
m_changer->Run(30);
result = m_changer->Wait();
Expand Down

0 comments on commit f65cae0

Please sign in to comment.