Opened 17 years ago
Closed 17 years ago
#5522 closed defect (fixed)
argpos increment is not reachable in mythfrontend
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The -G command line argument code in main() has an increment of argpos. But the case will return no matter what happens with the parsing of the rest of its argument. So the code to increment argpos is really not necessary.
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | programs_mythfrontend_main.cpp-argpos-incr-unreachable.patch added |
---|
Note: See
TracTickets for help on using
tickets.
removes unreachable argpos increment