[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-1130-g967230b
Git Repo Owner
noreply at mythtv.org
Mon May 27 17:32:46 UTC 2013
The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
via 967230b788edd9ecfd80ddc3a00a3bf7d97de0fe (commit)
from f1d33c50ed09ac1b151a0bac1c5b09b386501313 (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 967230b788edd9ecfd80ddc3a00a3bf7d97de0fe
Author: Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 27 May 2013 15:36:38 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 27 May 2013 18:32:28 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=967230b788edd9ecfd80ddc3a00a3bf7d97de0fe
Fix for duplicate (dead) assignment in util-nvctl.cpp
Static analysis (scan-build) identified a dead assignment
in util-nvctl.cpp, where h was assigned a value, and
assigned (the same) value three lines later. Delete
the duplicate assignment.
(cherry picked from commit 7a2a48df924debd2ec42246e2c218d289ba60241)
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>
-----------------------------------------------------------------------
Summary of changes:
mythtv/libs/libmythui/util-nvctrl.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
More information about the mythtv-commits
mailing list