Modify ↓
Ticket #5077 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
tmode type cur_mode should be set in DisplayRes ctor
| Reported by: | Erik Hovland <erik@…> | Owned by: | ijr |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The DisplayRes? initializes everything but cur_mode. It should be set to something in the ctor so the value is not unknown.
Attachments
Change History
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmyth_DisplayRes.h-init-tmode-in-constructor.patch added
comment:1 Changed 4 years ago by danielk
- Status changed from new to closed
- Resolution set to fixed
(In [17219]) Fixes #5077. Initialize all member vars in DisplayRes? ctor.
Note: See
TracTickets for help on using
tickets.

adds cur_mode init to ctor