Pavel Roskin a écrit :

>
> I'm sorry, I also did some work on the unzip filesystem, but didn't update
> the snapshot after that. Now it's updated.
>
> The patch for uzip.in doesn't apply - I have reworked it very radically.
> This is not to say that all the issues have been fixed.
>

I have looked the new snapshot.
There is still 2 problems
    file names including ":"
    duplicated directory names
1) my (bad) patch can apply:
 split($0,a,":")
 nam = substr(a[2],4)
+if (a[3]!="")  nam=nam ":" a[3]
 if ($1 ~ /^l/ ) {
     arrow=" -> "
2) I think it impacts the "c" code.
Try with this archive:


emptydir.zip

Reply via email to