fix a bug

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

View File

@ -194,7 +194,7 @@ VList::WriteAlign(unsigned* _curnum)
}
bool
VList::readValue(unsigned _block_num, char*& _str, unsigned& _len)
VList::readValue(unsigned _block_num, char*& _str, unsigned& _len, unsigned _key)
{
#ifdef DEBUG_VLIST
cout<<"to get value of block num: "<<_block_num<<endl;