summaryrefslogtreecommitdiff
path: root/src/merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/merge.c')
-rw-r--r--src/merge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merge.c b/src/merge.c
index 9f761d4..6f6205a 100644
--- a/src/merge.c
+++ b/src/merge.c
@@ -565,7 +565,7 @@ compute_changes (lin xmin, lin xmax, lin ymin, lin ymax,
ctxt.heuristic = true;
- compareseq (xmin, xmax, ymin, ymax, &ctxt);
+ compareseq (xmin, xmax, ymin, ymax, false, &ctxt);
ctxt.fdiag -= ymax + 1;
free (ctxt.fdiag);