summaryrefslogtreecommitdiffstats
path: root/usr.bin/rcs/diff3.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rcs/diff3.c')
-rw-r--r--usr.bin/rcs/diff3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/diff3.c b/usr.bin/rcs/diff3.c
index 39c37e6ad79..ab1964e431e 100644
--- a/usr.bin/rcs/diff3.c
+++ b/usr.bin/rcs/diff3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff3.c,v 1.36 2015/06/13 20:15:21 nicm Exp $ */
+/* $OpenBSD: diff3.c,v 1.37 2015/09/05 09:47:08 jsg Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -643,7 +643,7 @@ merge(size_t m1, size_t m2)
d1 = d13;
d2 = d23;
j = 0;
- while ((t1 = d1 < d13 + m1) | (t2 = d2 < d23 + m2)) {
+ while ((t1 = (d1 < d13 + m1)) | (t2 = (d2 < d23 + m2))) {
if (debug) {
printf("%d,%d=%d,%d %d,%d=%d,%d\n",
d1->old.from, d1->old.to,