fix a bug
This commit is contained in:
ZongyueQin 2017-07-15 11:29:19 +08:00 committed by GitHub
parent 599a6d072c
commit dd43c95d12
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ private:
public:
VList();
VList(std::string& _filepath, std::string& _mode, unsigned long long _buffer_size);//create a fixed-size file or open an existence
bool readValue(unsigned _block_num, char*& _str, unsigned& _len);
bool readValue(unsigned _block_num, char*& _str, unsigned& _len, unsigned _key);
unsigned writeValue(char* _str, unsigned _len);
bool removeValue(unsigned _block_num);
~VList();