summaryrefslogtreecommitdiff
path: root/src/fr-command-7z.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 17:23:08 +0100
committerinfirit <[email protected]>2014-11-19 19:36:03 +0100
commitf2c5621246adae6eda22cc42ceb443f56243df6c (patch)
tree9c58778d1a2255f2bb1e05b995fa1bbfbe38aff3 /src/fr-command-7z.c
parentaaf22127f31f9613d750c73565771f425b1e6cce (diff)
downloadengrampa-f2c5621246adae6eda22cc42ceb443f56243df6c.tar.bz2
engrampa-f2c5621246adae6eda22cc42ceb443f56243df6c.tar.xz
Fixed loading of multi-volume rar archives with 7zip
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544 From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-command-7z.c')
-rw-r--r--src/fr-command-7z.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index 27eb703..dde039e 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -235,6 +235,8 @@ list__begin (gpointer data)
static void
fr_command_7z_list (FrCommand *comm)
{
+ rar_check_multi_vomule (comm);
+
fr_process_set_out_line_func (comm->process, list__process_line, comm);
fr_command_7z_begin_command (comm);