1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 13:23:41 +00:00

Fixed some warnings

This commit is contained in:
Bryan Roe
2020-07-08 16:07:04 -07:00
parent 8dc669699e
commit 4728330c5e
4 changed files with 5 additions and 6 deletions

View File

@@ -854,7 +854,6 @@ __EXPORT_TYPE int ILibSimpleDataStore_GetEx(ILibSimpleDataStore dataStore, char*
if (buffer == NULL) { return((int)tmplen); }
// Before we return, we need to check the HASH of the uncompressed data
char hash[SHA384HASHSIZE];
ILibSimpleDataStore_SHA384(buffer, (int)tmplen, hash);
if (memcmp(hash, entry->valueHash, SHA384HASHSIZE) == 0)
{