Bug#766998: patch

2015-09-24 Thread Mike Gabriel
Control: tags -1 patch On Mi 23 Sep 2015 22:09:22 CEST, ZenWalker wrote: I attached the patch Thanks, ZenWalker. Attaching is much better then inline copy+pasting. Thanks. Will take a look later, Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuP

Bug#766998: patch

2015-09-23 Thread ZenWalker
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

Bug#766998: patch

2015-09-23 Thread ZenWalker
I attached the patchdiff --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,

Bug#766998: patch

2015-09-23 Thread John Paul Adrian Glaubitz
On 09/23/2015 04:06 PM, ZenWalker wrote: > Dear maintainer, this patch works perfectly, please apply this diff on > fr-command-unarchiver.c Please create your patch in the universal patch format using "diff -u" as otherwise we cannot the apply the patch and send it again. Adrian -- .''`. John

Bug#766998: patch

2015-09-23 Thread ZenWalker
Dear maintainer, this patch works perfectly, please apply this diff on fr-command-unarchiver.c 212,213c212,218 next) process, scan->data); --- for (scan = file_list; scan; scan = scan->next) {