Remove redundant nullbyte

This commit is contained in:
Sebastian Messmer 2016-06-21 17:04:01 -07:00
parent 57af168cfd
commit 9da30e3c17

View File

@ -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) {