diff options
| author | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-06-13 14:17:54 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-06-13 14:17:54 +0200 |
| commit | 892e407c5f5e06fa8c0ca9250b3bc99851c6a61d (patch) | |
| tree | fbca968b4f12c18cc755c0436925b744c6bb04ea /libarchive | |
| parent | 4e58288e8e2e76e8d518b21273f787be16a486c3 (diff) | |
| download | tuxcmd-modules-892e407c5f5e06fa8c0ca9250b3bc99851c6a61d.tar.xz | |
Symlink resolving code, disabled by default
Diffstat (limited to 'libarchive')
| -rw-r--r-- | libarchive/libarchive.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libarchive/libarchive.c b/libarchive/libarchive.c index 5554cab..c15d844 100644 --- a/libarchive/libarchive.c +++ b/libarchive/libarchive.c @@ -1,5 +1,5 @@ /* libarchive plugin for Tux Commander - * version 0.0.4, designed for libarchive 2.4.17 + * version 0.0.5, designed for libarchive 2.4.17 * Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net> * Check for updates on tuxcmd.sourceforge.net * @@ -47,8 +47,8 @@ -#define VERSION "0.0.4" -#define BUILD_DATE "2008-05-18" +#define VERSION "0.0.5" +#define BUILD_DATE "2008-06-11" #define DEFAULT_BLOCK_SIZE 65536 @@ -237,6 +237,10 @@ TVFSResult VFSOpen(struct TVFSGlobs *globs, char *sName) } archive_read_finish(a); fprintf(stderr, "(II) VFSOpen: done. \n"); + + /* FIXME: temporarily disabled */ +// filelist_tree_resolve_symlinks(globs->files); + printf("\n\nList of items:\n"); filelist_tree_print(globs->files); |
