Fix bug in move
This commit is contained in:
@@ -583,7 +583,8 @@ struct __attribute__((__visibility__("hidden"))) VersionedMap::Impl {
|
||||
finger.push(c, !direction);
|
||||
}
|
||||
} else {
|
||||
while (finger.searchPathSize() > 1 && finger.backDirection() == true) {
|
||||
while (finger.searchPathSize() > 1 &&
|
||||
finger.backDirection() == direction) {
|
||||
finger.pop();
|
||||
}
|
||||
finger.pop();
|
||||
|
Reference in New Issue
Block a user