Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qichengzx committed Mar 6, 2023
1 parent ee1d9f2 commit c1e7a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (b *Bitcask) merge() {
mergeOffset int64 = 0
)
for {
entry, entrySize := newEntryFromBuf(fp, fid, offset)
entry, entrySize, _ := newEntryFromBuf(fp, fid, offset)
if entry == nil {
break
}
Expand Down

0 comments on commit c1e7a36

Please sign in to comment.