Bug#766998: patch

ZenWalker scow at riseup.net
Wed Sep 23 20:15:43 UTC 2015


attached again, and this is the patch:

diff --git a/src/fr-command-unarchiver.c b/src/fr-command-unarchiver.c
index d13f468..7c0af4d 100644
--- a/src/fr-command-unarchiver.c
+++ b/src/fr-command-unarchiver.c
@@ -209,8 +209,13 @@ fr_command_unarchiver_extract (FrCommand  *comm,

  	fr_process_add_arg (comm->process, comm->filename);

-	for (scan = file_list; scan; scan = scan->next)
-		fr_process_add_arg (comm->process, scan->data);
+	for (scan = file_list; scan; scan = scan->next) {
+		char *escaped;
+
+ 		escaped = escape_str (scan->data, "[");
+ 		fr_process_add_arg (comm->process, escaped);
+ 		g_free (escaped);
+	}

  	fr_process_end_command (comm->process);
  }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patchchar.patch
Type: text/x-diff
Size: 636 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mate-team/attachments/20150923/77101eaa/attachment-0001.patch>


More information about the pkg-mate-team mailing list