mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Update src/core/compact_object.cc
Signed-off-by: Kostas Kyrimis <kostaskyrim@gmail.com>
This commit is contained in:
parent
bfad52e54b
commit
8379ad43cd
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ string_view CompactObj::GetSlice(string* scratch) const {
|
|||
CHECK(!IsExternal());
|
||||
|
||||
if (mask_bits_.encoding) {
|
||||
GetString(&scratch);
|
||||
GetString(scratch);
|
||||
return *scratch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue