Remove redundant nullbyte
This commit is contained in:
parent
57af168cfd
commit
9da30e3c17
@ -13,7 +13,7 @@ using cpputils::Random;
|
||||
namespace blockstore {
|
||||
namespace versioncounting {
|
||||
|
||||
const string KnownBlockVersions::HEADER = "cryfs.integritydata.knownblockversions;0\0";
|
||||
const string KnownBlockVersions::HEADER = "cryfs.integritydata.knownblockversions;0";
|
||||
|
||||
KnownBlockVersions::KnownBlockVersions(const bf::path &stateFilePath)
|
||||
:_knownVersions(), _stateFilePath(stateFilePath), _myClientId(0), _valid(true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user