mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: Codecs.cpp 91368 2010-08-16 13:03:34Z mhengstmengel $
|
||||
// $Id: Codecs.cpp 91813 2010-09-17 07:52:52Z johnnyw $
|
||||
|
||||
#include "ace/Codecs.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
|
|
@ -69,7 +69,7 @@ ACE_Base64::encode (const ACE_Byte* input,
|
|||
result[pos++] = alphabet[bits & 0x3f];
|
||||
cols += 4;
|
||||
if (cols == max_columns) {
|
||||
if (is_chunked)
|
||||
if (is_chunked)
|
||||
result[pos++] = '\n';
|
||||
cols = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue