[mythtv-commits] mythtv branch fixes/0.25 updated by stuartm. v0.25-132-gbe411da

Git Repo Owner noreply at mythtv.org
Wed May 30 19:30:19 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user stuartm.
       via  be411daa236542ec050fd2a302cd6f838d5ddda1 (commit)
       via  603992d48b39a7b895b694c866541d64ab475002 (commit)
      from  f46b168a87a609b4cc6834f32d392ebf83dfe89e (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 be411daa236542ec050fd2a302cd6f838d5ddda1
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 20:19:44 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 20:30:07 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=be411daa236542ec050fd2a302cd6f838d5ddda1

Fix another misplaced else condition in osd.cpp. Exact same problem as in [12078211] just in another place. Related to Coverity defect 700312 'Logically dead code' (cherry picked from commit 8c8bd1994bec7ba0161320609cb985137f9992a1)



commit 603992d48b39a7b895b694c866541d64ab475002
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 20:06:16 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 30 May 2012 20:29:57 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=603992d48b39a7b895b694c866541d64ab475002

Fix misplaced else condition in osd.cpp. This just looks like a mistake, the else appended to the wrong block. dialog cannot be null, but Create() can and will fail. Related to Coverity defect 700311 'Logically dead code' (cherry picked from commit 1207821105ba4a98cecfddc3a0d0546c3cec5681)



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

Summary of changes:
 mythtv/libs/libmythtv/osd.cpp |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

-- 



More information about the mythtv-commits mailing list