Commit Diff
--- lib/diff_patience.c +++ lib/diff_patience.c @@ -34,7 +34,7 @@ * 1: qsort * 2: mergesort */ -#define UNIQUE_STRATEGY 2 +#define UNIQUE_STRATEGY 1 /* Per-atom state for the Patience Diff algorithm */ struct atom_patience {
--- lib/diff_patience.c +++ lib/diff_patience.c @@ -34,7 +34,7 @@ * 1: qsort * 2: mergesort */ -#define UNIQUE_STRATEGY 2 +#define UNIQUE_STRATEGY 1 /* Per-atom state for the Patience Diff algorithm */ struct atom_patience {