* extfs/uzip.in (mczipfs_list): Allow filenames with colons.

Reported by Christian Gennerat.
This commit is contained in:
Pavel Roskin 2001-03-01 06:16:20 +00:00
parent 7c997958f6
commit 9e22f3b8d7
2 changed files with 7 additions and 2 deletions

View File

@ -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> 2001-02-28 Pavel Machek <pavel@bug.ucw.cz>
* vfs.c (mc_def_ungetlocalcopy): Cleanup of error handling. * vfs.c (mc_def_ungetlocalcopy): Cleanup of error handling.

View File

@ -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. # Zipinfo prints errors on stdout. Check mode and time to skip them.
/^[^a-z\-]/ { next } /^[^a-z\-]/ { next }
($9 ~ /:/) { ($9 ~ /:/) {
split($0,a,":") nam=$0
nam = substr(a[2],4) sub(/^[^:]+:[^ ]+[ ]+/, "", nam)
if ($1 ~ /^l/ ) { if ($1 ~ /^l/ ) {
arrow=" -> " arrow=" -> "
linkname="" linkname=""