Opened 19 years ago
Closed 19 years ago
#994 closed defect (invalid)
incorrect usage of type "char"
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | PPC |
Cc: | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (6)
Changed 19 years ago by
Attachment: | mythtv-0.19_pre8554-chanutil-schar.patch added |
---|
comment:1 Changed 19 years ago by
Owner: | changed from Isaac Richards to danielk |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 19 years ago by
comment:4 Changed 19 years ago by
Milestone: | 0.19 → 0.20 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Cardoe, can you look at this again? It looks like the fix for PPC broke DVB scanning on x86 systems.
comment:5 Changed 19 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Submitter did not reply to January request for fix to patch, marking invald.
Note: See
TracTickets for help on using
tickets.
mythtv-0.19_pre8554-chanutil-schar.patch