mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* extfs/uzip.in (mczipfs_list): Allow filenames with colons.
Reported by Christian Gennerat.
This commit is contained in:
parent
7c997958f6
commit
9e22f3b8d7
@ -1,3 +1,8 @@
|
||||
2001-03-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* extfs/uzip.in (mczipfs_list): Allow filenames with colons.
|
||||
Reported by Christian Gennerat.
|
||||
|
||||
2001-02-28 Pavel Machek <pavel@bug.ucw.cz>
|
||||
|
||||
* vfs.c (mc_def_ungetlocalcopy): Cleanup of error handling.
|
||||
|
@ -22,8 +22,8 @@ if $XZIPINFO 2>&1 | grep ZipInfo >/dev/null; then
|
||||
# Zipinfo prints errors on stdout. Check mode and time to skip them.
|
||||
/^[^a-z\-]/ { next }
|
||||
($9 ~ /:/) {
|
||||
split($0,a,":")
|
||||
nam = substr(a[2],4)
|
||||
nam=$0
|
||||
sub(/^[^:]+:[^ ]+[ ]+/, "", nam)
|
||||
if ($1 ~ /^l/ ) {
|
||||
arrow=" -> "
|
||||
linkname=""
|
||||
|
Loading…
Reference in New Issue
Block a user