Ticket #3091 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

iso9660 helper: fix filenames truncating in ISO file listing

Reported by: post-factum Owned by:
Priority: minor Milestone: 4.8.11
Component: mc-vfs Version: master
Keywords: iso9660 helper Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Using

len=$((${#nm} - 2))

in xorriso_list() function results in filenames truncating like that is shown with fig. 1.

Replacing abovementioned string with

len=$((${#nm} - 1))

fixes the issue (fig. 2).

Pull request is here: https://github.com/MidnightCommander/mc/pull/31

Attachments

fig1.png (57.6 KB) - added by post-factum 11 years ago.
Fig. 1
fig2.png (58.5 KB) - added by post-factum 11 years ago.
Fig. 2

Change History

Changed 11 years ago by post-factum

Fig. 1

Changed 11 years ago by post-factum

Fig. 2

comment:1 Changed 11 years ago by andrew_b

  • Blocked By 3051 added
  • Milestone changed from Future Releases to 4.8.11

comment:2 Changed 11 years ago by andrew_b

  • Blocked By 3051 removed

comment:3 Changed 11 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.