Opened 13 years ago
Closed 13 years ago
#4310 closed defect (fixed)
Comparison between string literals in tv_rec.cpp
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Comparison between string literals in tv_rec.cpp
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | tv_rec.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from Isaac Richards to danielk |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [15136]) Fixes #4310. Fixes #4312. Removes dependence on [c]string operator==(), gcc 4.3 complains; for xine_demux_sputext.c I used the gcc 4.3 fix being used upstream, for the other's I used the QString operator==().