Change firstGeq to compare to param1
This commit is contained in:
@@ -47,7 +47,7 @@ int main() {
|
||||
for (int64_t i = 1; i < version; ++i) {
|
||||
printf("--- version %" PRId64 " ---\n", i);
|
||||
printf("merged:\n");
|
||||
auto result = f.viewAt(i).rangeRead("a"_s, "z"_s, 100, false);
|
||||
auto result = f.viewAt(i).rangeRead("a"_s, "e"_s, 100, false);
|
||||
for (const auto &[k, v] : result) {
|
||||
for (auto c : k) {
|
||||
if (isprint(c)) {
|
||||
|
Reference in New Issue
Block a user