[mythtv-commits] mythtv branch fixes/29 updated by dhampton. v29.0-64-g39b2062

Git Repo Owner noreply at mythtv.org
Tue Nov 28 00:22:31 UTC 2017


The branch, fixes/29 has been updated on the
mythtv repository by gitolite user dhampton.
       via  39b2062c069e801c9f9c4b15d198e8ef72594f55 (commit)
      from  af1126277ade4351a3c13923cecade1465586f19 (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 39b2062c069e801c9f9c4b15d198e8ef72594f55
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, 27 Nov 2017 19:21:25 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=39b2062c069e801c9f9c4b15d198e8ef72594f55

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.

(cherry picked from commit 90f9457b74f1ccd0df31c825b1e721203e5075ff)



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

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