Revert an unintentional change in #190634 that did an unintentional implicit signed to unsigned cast.
This commit is contained in:
parent
8a11fe97a2
commit
79e669f000
@ -89,7 +89,7 @@ Error DatabaseFile::addTable(TableHandle Table) {
|
||||
}
|
||||
|
||||
std::optional<TableHandle> DatabaseFile::findTable(StringRef Name) {
|
||||
uint64_t RootTableOffset = H->RootTableOffset.load();
|
||||
int64_t RootTableOffset = H->RootTableOffset.load();
|
||||
if (!RootTableOffset)
|
||||
return std::nullopt;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user