[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-582-g95b39ff

Git Repo Owner noreply at mythtv.org
Wed Jan 30 01:45:05 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  95b39ff87da56488e62d3046f5921a7a912c06b8 (commit)
      from  96de301144ce2362e26dbbe10d85745155c0bab8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 95b39ff87da56488e62d3046f5921a7a912c06b8
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 29 Jan 2013 20:43:57 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 29 Jan 2013 20:44:04 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=95b39ff87da56488e62d3046f5921a7a912c06b8

Don't call _cycle_timer.elapsed() unless timer is running.
We're depending on the value returned being 0 until the timer is
started. This code will work as intended, but it makes debugging
places where elapsed() is unintentionally called before start()
more difficult so I've added and isRunning() call.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/recorders/streamhandler.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list