[mythtv-commits] mythtv branch master updated by dhampton. v30-Pre-331-g90f9457

Git Repo Owner noreply at mythtv.org
Mon Nov 20 23:05:17 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  90f9457b74f1ccd0df31c825b1e721203e5075ff (commit)
      from  356c7be85f4596883302580674e7f8be48da00dc (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 90f9457b74f1ccd0df31c825b1e721203e5075ff
Author:    David Hampton <mythtv at love2code.net> at Mon, 20 Nov 2017 18:04:29 -0500
Committer: David Hampton <mythtv at love2code.net> at Mon, 20 Nov 2017 18:05:00 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90f9457b74f1ccd0df31c825b1e721203e5075ff

Fix compilation error in Fedora Rawhide.
A recent change to the kernel headers (for 4.15.0) changed the most of
the fields in the iso_primary_descriptor data structure from signed
character arrays to unsigned character arrays.  The one used by MythTV
needs to be cast back to signed characters so that it can continue to
be used to initialize a QString.



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

Summary of changes:
 mythtv/libs/libmythbase/mythcdrom-linux.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list