diff options
Diffstat (limited to 'src/fr-command-7z.c')
-rw-r--r-- | src/fr-command-7z.c | 2 |
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); |