From cc0257cd5a34261439152f331b8d93014109cbff Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Wed, 13 Jul 2011 12:49:34 +0300 Subject: [PATCH] Ticket #81: Fixup of extfs. Signed-off-by: Slava Zanko --- lib/vfs/mc-vfs/extfs.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib/vfs/mc-vfs/extfs.c b/lib/vfs/mc-vfs/extfs.c index 368a4fc..12c0eeb 100644 --- a/lib/vfs/mc-vfs/extfs.c +++ b/lib/vfs/mc-vfs/extfs.c @@ -474,7 +474,6 @@ extfs_read_archive (int fstype, const char *name, struct archive **pparc) char *buffer; struct archive *current_archive; char *current_file_name, *current_link_name; - size_t filepos = 0; info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); @@ -492,7 +491,7 @@ extfs_read_archive (int fstype, const char *name, struct archive **pparc) struct stat hstat; current_link_name = NULL; - if (vfs_parse_ls_lga (buffer, &hstat, ¤t_file_name, ¤t_link_name, &filepos)) + if (vfs_parse_ls_lga (buffer, &hstat, ¤t_file_name, ¤t_link_name, NULL)) { struct entry *entry, *pent; struct inode *inode; -- 1.7.3.3