mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
parent
8f71d95c0d
commit
23c920ca4b
739 changed files with 22031 additions and 40373 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: UTF16_Encoding_Converter.cpp 80826 2008-03-04 14:51:23Z wotte $
|
||||
// $Id: UTF16_Encoding_Converter.cpp 83735 2008-11-14 09:41:52Z johnnyw $
|
||||
|
||||
// ======================================================================
|
||||
//
|
||||
|
|
@ -305,7 +305,7 @@ ACE_UTF16_Encoding_Converter::encoded (const ACE_Byte* source,
|
|||
static const size_t converted = begin * 4;
|
||||
|
||||
ACE_Byte target[converted];
|
||||
ACE_UTF16_Encoding_Converter* converter;
|
||||
ACE_UTF16_Encoding_Converter* converter = 0;
|
||||
ACE_NEW_RETURN (converter,
|
||||
ACE_UTF16_Encoding_Converter (false),
|
||||
0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue