[mythtv-firehose] mythtv branch master updated by dekarl. v0.28-pre-2482-g9a9ee2e

Git Repo Owner noreply at mythtv.org
Wed Jan 14 18:40:09 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  9a9ee2e3e5878bbfa7d1c7954e631f73ad490af7 (commit)
       via  fa6660bfc9e63ac4c52be1e1e622aa1c73595132 (commit)
       via  4812cccf4ef5232a5b2ee0a7205cecf7af51b8ee (commit)
      from  070774cc63e364b9b588e27a96adc3ae34a829a3 (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 9a9ee2e3e5878bbfa7d1c7954e631f73ad490af7
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 19:11:18 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 19:39:45 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9a9ee2e3e5878bbfa7d1c7954e631f73ad490af7

remove excess semicolon leading to "if statement has empty body"
Pointed out by Clang
Reviewed by John P. Poet



commit fa6660bfc9e63ac4c52be1e1e622aa1c73595132
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 18:11:15 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 19:39:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fa6660bfc9e63ac4c52be1e1e622aa1c73595132

QString parses string literals as Latin-1, Clang as UTF-8, avoid confusion
The added "" is needed to let the parser know that the hex sequence
ends even though the next character would be a valid hex digit.

The generated output when compiled with GCC is identical!



commit 4812cccf4ef5232a5b2ee0a7205cecf7af51b8ee
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 18:10:26 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 14 Jan 2015 19:39:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4812cccf4ef5232a5b2ee0a7205cecf7af51b8ee

fix typo in Doxygen comment



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

Summary of changes:
 .../libs/libmythtv/channelscan/channelscan_sm.cpp  |    2 +-
 mythtv/libs/libmythtv/eitfixup.cpp                 |   14 +++++++-------
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.cpp  |    4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-firehose mailing list