Old Zip support patch (see ticket 71)
Status: Abandoned
Brought to you by:
gt67
Hi,
Some old version of zip create archive without file's type (folder or directory)
create archive like this :
?rwxr-xr-x 2.0 unx 0 b- 2 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/
?rw-r--r-- 2.0 unx 6763 bx 2280 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/main.c
but, xarhiver expected :
drwxr-xr-x 3.0 unx 0 bx 0 stor 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/
-rw-r--r-- 3.0 unx 6763 tx 2280 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/main.c
Here is a patch to allow xarchiver to handle '?' file type.
TB
Hi guys, I released 0.5.4