mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
BeesBlockData: fix data type issues
Not sure if these cause any problems, but they are theoretically incorrect data types. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@@ -596,7 +596,7 @@ private:
|
||||
ostream & operator<<(ostream &os, const BeesHash &bh);
|
||||
|
||||
class BeesBlockData {
|
||||
using Blob = vector<char>;
|
||||
using Blob = vector<uint8_t>;
|
||||
|
||||
mutable Fd m_fd;
|
||||
off_t m_offset;
|
||||
|
||||
Reference in New Issue
Block a user