1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 11:49:09 +00:00

Fix or disable components that don't build on Linux.

This commit is contained in:
2015-02-13 23:50:34 -08:00
parent d93b5b9769
commit b12bce00ff
9 changed files with 54 additions and 36 deletions

View File

@ -5269,8 +5269,8 @@ void NetCliAuthAgeRequest (
//============================================================================
void NetCliAuthGetEncryptionKey (
uint32_t key[],
unsigned size
uint32_t key[],
size_t size
) {
unsigned memSize = std::min(arrsize(s_encryptionKey), size);
memSize *= sizeof(uint32_t);