Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 11, 2024
1 parent 984bdd9 commit e1a8481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/metadata/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ impl File {
let last = if next < self.tables[table].len {
self.usize(next, table, column) - 1
} else {
self.tables[table].len
self.tables[R::TABLE].len
};
RowIterator::new(self, first..last)
}
Expand Down

0 comments on commit e1a8481

Please sign in to comment.