Opened 17 years ago
Closed 17 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)
by , 17 years ago
| Attachment: | pathfix.patch added |
|---|
comment:1 by , 17 years ago
| Milestone: | unknown → 0.23 |
|---|
comment:2 by , 17 years ago
| 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.