Merge pull request #57 from c4games/deps-29

Update deps to v29
This commit is contained in:
HALX99 2020-02-14 21:25:46 +08:00 committed by GitHub
commit 5a83d24b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -297,8 +297,7 @@ void UserDefault::setStringForKey(const char* pKey, const std::string & value)
if ((_realSize + obs.length() + sizeof(udflen_t)) < _curMapSize)
{
// increase entities count
auto count = yasio::endian::ntohv(*(udflen_t*)_rwmmap->data());
*(udflen_t*)_rwmmap->data() = yasio::endian::htonv(count + 1);
yasio::obstream::swrite_i(_rwmmap->data(), 1 + yasio::ibstream::sread_i<udflen_t>(_rwmmap->data()));
// append entity
::memcpy(_rwmmap->data() + sizeof(udflen_t) + _realSize, obs.data(), obs.length());

View File

@ -1,5 +1,5 @@
{
"version": "v28",
"version": "v29",
"zip_file_size": "107642814",
"repo_name": "engine-v5-3rd",
"repo_parent": "https://github.com/c4games/",