We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16606cf commit 7082a1aCopy full SHA for 7082a1a
f4se/GameUtilities.h
@@ -20,7 +20,7 @@ namespace BSHash
20
UInt32 operator()(const Key& a_key) const
21
{
22
UInt32 crc32;
23
- CalculateCRC32_SIZE(crc32, &a_key, sizeof(Key), 0);
+ CalculateCRC32_SIZE(&crc32, &a_key, sizeof(Key), 0);
24
return crc32;
25
}
26
};
0 commit comments