mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:24:14 +08:00
mdbx: fix minor copy&paste typo.
Change-Id: I5a1be230d0ca92123006e709aaaf78496918c91a
This commit is contained in:
parent
fe65c122d2
commit
f5ce471ebb
@ -18521,7 +18521,7 @@ int mdbx_estimate_distance(const MDBX_cursor *first, const MDBX_cursor *last,
|
||||
return rc;
|
||||
|
||||
if (unlikely(dr.diff == 0) &&
|
||||
F_ISSET(first->mc_db->md_flags & first->mc_db->md_flags,
|
||||
F_ISSET(first->mc_db->md_flags & last->mc_db->md_flags,
|
||||
MDBX_DUPSORT | C_INITIALIZED)) {
|
||||
first = &first->mc_xcursor->mx_cursor;
|
||||
last = &last->mc_xcursor->mx_cursor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user