Change firstGeq to compare to param1

This commit is contained in:
2024-05-15 16:31:34 -07:00
parent 464d720a6b
commit 007160098e
4 changed files with 26 additions and 9 deletions

View File

@@ -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)) {