fix crash
This commit is contained in:
parent
f3555ec520
commit
6b739ce2f0
@ -71,7 +71,7 @@ Base64::Encode(const uint8_t *ptr, size_t len)
|
|||||||
while (write_idx < encoded_length) { result[write_idx++] = '='; }
|
while (write_idx < encoded_length) { result[write_idx++] = '='; }
|
||||||
|
|
||||||
// return ss.str();
|
// return ss.str();
|
||||||
return std::move(result);
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusOr<std::string>
|
StatusOr<std::string>
|
||||||
|
Loading…
Reference in New Issue
Block a user