Changeset: b481c1672856 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b481c1672856
Modified Files:
gdk/gdk_search.c
Branch: Jul2017
Log Message:
Copy & paste error.
diffs (12 lines):
diff --git a/gdk/gdk_search.c b/gdk/gdk_search.c
--- a/gdk/gdk_search.c
+++ b/gdk/gdk_search.c
@@ -301,7 +301,7 @@ binsearch(const oid *restrict indir, oid
else
lo = mid;
}
- return last >= 0 || cmp(VALUE(indir ? indir[hi] - offset : mid), v) ==
0 ? hi : BUN_NONE;
+ return last >= 0 || cmp(VALUE(indir ? indir[hi] - offset : hi), v) == 0
? hi : BUN_NONE;
}
/* Return the BUN of any tail value in b that is equal to v; if no
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list