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-dpkg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fr-command-dpkg.c') diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c index 775c132..7eb0b5a 100644 --- a/src/fr-command-dpkg.c +++ b/src/fr-command-dpkg.c @@ -204,8 +204,6 @@ fr_command_dpkg_extract (FrCommand *comm, fr_process_add_arg (comm->process, "-e"); fr_process_add_arg (comm->process, comm->filename); fr_process_end_command (comm->process); - - fr_process_start (comm->process); } -- cgit v1.2.1