mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #5393: FIX(crypto): no such function empty for QByteArray
This commit is contained in:
commit
f52e6ba3d0
@ -105,7 +105,7 @@ QByteArray CryptographicHashPrivate::result() {
|
||||
|
||||
m_result = digest;
|
||||
|
||||
assert(!m_result.empty());
|
||||
assert(!m_result.isEmpty());
|
||||
|
||||
return m_result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user