[mythtv-commits] Ticket #994: incorrect usage of type "char"
MythTV
mythtv at cvs.mythtv.org
Wed Jan 11 04:26:26 UTC 2006
#994: incorrect usage of type "char"
-------------------------------+--------------------------------------------
Reporter: cardoe at gentoo.org | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: 0.19
Component: mythtv | Version: head
Severity: medium |
-------------------------------+--------------------------------------------
While x86 automatically sets type "char" to "signed char", other ARCHes
such as PPC set it to "unsigned char". So there's a data consistency
problem when passing in negative values when using type "char". I changed
the types to "signed char", to clear up the problem on all ARCHes.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/994>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list