summaryrefslogtreecommitdiff
path: root/ufo/ufo-fixed-scheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'ufo/ufo-fixed-scheduler.c')
-rw-r--r--ufo/ufo-fixed-scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/ufo-fixed-scheduler.c b/ufo/ufo-fixed-scheduler.c
index 6168581..5bd265a 100644
--- a/ufo/ufo-fixed-scheduler.c
+++ b/ufo/ufo-fixed-scheduler.c
@@ -339,7 +339,7 @@ reduce_loop (TaskData *data)
/* Process all inputs. Note that we already fetched the first input. */
do {
for (guint i = 0; i < n_outputs; i++) {
- for (guint j = 0; j < n_inputs; i++)
+ for (guint j = 0; j < n_inputs; j++)
ufo_buffer_copy_metadata (inputs[j], outputs[i]);
active = ufo_task_process (data->task, inputs, outputs[i], &requisition);