aboutsummaryrefslogtreecommitdiff
path: root/src/gui_merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_merge.c')
-rw-r--r--src/gui_merge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_merge.c b/src/gui_merge.c
index 4e7b776e..c5de063f 100644
--- a/src/gui_merge.c
+++ b/src/gui_merge.c
@@ -457,6 +457,9 @@ static GSList *partialator_command_line(const char *n_thread_str,
args = append_arg_str(args, "symmetry", params->symmetry);
+ args = g_slist_append(args, "-j");
+ args = g_slist_append(args, strdup(n_thread_str));
+
if ( params->twin_sym != NULL ) {
args = g_slist_append(args, "-w");
args = g_slist_append(args, strdup(params->twin_sym));