aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 9ed9468b..6d8d41d7 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -830,7 +830,7 @@ mergeSort(f,g,p,n) ==
q := rest t
t.rest := nil
p := mergeSort(f,g,p,l)
- q := mergeSort(f,g,q,QSDIFFERENCE(n,l))
+ q := mergeSort(f,g,q,n-l)
mergeInPlace(f,g,p,q)
--% Throwing with glorious highlighting (maybe)