-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display additional info while viewing (F3) *.iso files #2006
Comments
isoinfo has a "bug" - it not show dot-started files and dirs |
According to: http://en.wikipedia.org/wiki/ISO_9660#File_and_directory_name_restrictions |
hmm, my fault - isoinfo does show dot started files (for example .discinfo) |
Does applying this patch help?
|
i think replacing it with this will be the right fix:
if (name ~ /^\.\.?$/) next; |
IMHO skipping . and .. is already covered by the line: "/^d---------/ { next }", so this statement is not needed. |
|
|
Created branch 2006_more_info_about_iso,
Please review. |
Leading space should be stripped. :) |
|
Merged to master:
|
|
|
|
Important
This issue was migrated from Trac:
Unknown
iso9660
Viewing (F3) for e.g. knoppix.iso delivers this output:
After applying this patch:
And restarting mc.
Viewing (F3) for e.g. knoppix.iso delivers this output:
The text was updated successfully, but these errors were encountered: