Opened 19 years ago
Closed 19 years ago
#3223 closed defect (fixed)
Nuvexport and program description ending with an extra dot
| Reported by: | otto at kolsi dot fi | Owned by: | xris |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If program description ends with ". .", nuvexport produces following error message:
Use of uninitialized value in concatenation (.) or string at /usr/local/share/nuvexport/nuv_export/shared_utils.pm line 252, <STDIN> line 2. Use of uninitialized value in concatenation (.) or string at /usr/local/share/nuvexport/nuv_export/shared_utils.pm line 257, <STDIN> line 2.
This could happend e.g. if EIT fixups are removing something from the description (e.g. "Stereo") and fail to remove the last extra dot.
Note:
See TracTickets
for help on using tickets.

(In [13084]) Minor fixup to hopefully avoid warning messages reported in ticket. closes #3223