mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
Cleanup Operator padding
This commit is contained in:
parent
9141299127
commit
e32b9953a1
264 changed files with 6715 additions and 6715 deletions
|
|
@ -162,7 +162,7 @@ void PatchCache::LoadPatchMD5(const char* szFileName)
|
|||
MD5_CTX ctx;
|
||||
MD5_Init(&ctx);
|
||||
|
||||
const size_t check_chunk_size = 4*1024;
|
||||
const size_t check_chunk_size = 4 * 1024;
|
||||
|
||||
ACE_UINT8 buf[check_chunk_size];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue