From 4ac9f7cfef1d92f755797e6f5258f2b1dfc20acf Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 21 Nov 2014 15:42:07 +0100 Subject: removed wrong call to fr_process_start Based on FR commit: 1b1b0e719d39b0edd4fa6a91ade14ca69b9c0222 From: Paolo Bacchilega --- src/fr-command-cpio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fr-command-cpio.c') diff --git a/src/fr-command-cpio.c b/src/fr-command-cpio.c index 249192e..fd20cfc 100644 --- a/src/fr-command-cpio.c +++ b/src/fr-command-cpio.c @@ -198,7 +198,7 @@ fr_command_cpio_extract (FrCommand *comm, if (dest_dir != NULL) fr_process_set_working_dir (comm->process, dest_dir); fr_process_add_arg (comm->process, "-c"); - + cmd = g_string_new ("cpio -idu --no-absolute-filenames "); for (scan = file_list; scan; scan = scan->next) { char *filepath = scan->data; @@ -219,7 +219,6 @@ fr_command_cpio_extract (FrCommand *comm, g_string_free (cmd, TRUE); fr_process_end_command (comm->process); - fr_process_start (comm->process); } -- cgit v1.2.1