Opened 17 years ago
Closed 17 years ago
#2034 closed defect (fixed)
Patch for eithelper.h compilation error with backend disabled (osx build rev 10425)
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
EITHelper function AddEIT signatures differ based on the USING_BACKEND variable. The !USING_BACKEND case needs two uint parameters to match the USING_BACKEND case.
Attachments (1)
Change History (3)
Changed 17 years ago by
Attachment: | eithelper.h.diff added |
---|
comment:1 Changed 17 years ago by
Milestone: | → 0.20 |
---|---|
Owner: | changed from Isaac Richards to danielk |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10454]) Fixes #2034. Fixes header problem with porting option.