Opened 15 years ago
Closed 15 years ago
#7938 closed patch (fixed)
mythvideo storage groups missing last character
Reported by: | Owned by: | Anduin Withers | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | Plugin - MythVideo | Version: | 0.22-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
In the mythvideo tree display, the root entry for storage groups are missing the last character. The code tries to remove trailing slashes but strips off 1 too many characters. This patch fixes it.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | pathfix.patch added |
---|
comment:1 Changed 15 years ago by
Milestone: | unknown → 0.23 |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [23341]) Fix #7938 with a patch from Ron Frazier. Don't truncate the last character in a path under certain circumstances.