Fixed a warning

pull/173/head
SChernykh 5 years ago committed by wowario
parent a23468af8c
commit 3b97d399b1
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -170,7 +170,7 @@ static FORCEINLINE void check_data(size_t* data_index, const size_t bytes_needed
{
if (*data_index + bytes_needed > data_size)
{
hash_extra_blake(data, data_size, data);
hash_extra_blake(data, data_size, (char*) data);
*data_index = 0;
}
}

Loading…
Cancel
Save