id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3091	iso9660 helper: fix filenames truncating in ISO file listing	post-factum		"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"	defect	closed	minor	4.8.11	mc-vfs	master	fixed	iso9660 helper				no branch	
