Opened 19 years ago
Closed 19 years ago
#4865 closed patch (fixed)
Missing newline in MythTV.pm error message
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | 0.21-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
One of the die messages is:
No backends found. Please copy /root/.mythtv/config.xml from aworking MythTV installation instead.
There is a missing newline character which causea "a" and "working" to be run together.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | 0001-Add-a-missing-newline-to-a-die-message.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [16401]) Fix some missing spaces.
Closes #4865.