mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[LIBXML2] Update to version 2.10.0. CORE-17766
This commit is contained in:
parent
608bbe1136
commit
911153da10
80 changed files with 2351 additions and 20735 deletions
6
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
6
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
|
@ -1541,7 +1541,7 @@ static int
|
|||
xmlOutputBufferWriteBase64(xmlOutputBufferPtr out, int len,
|
||||
const unsigned char *data)
|
||||
{
|
||||
static unsigned char dtable[64] =
|
||||
static const unsigned char dtable[64] =
|
||||
{'A','B','C','D','E','F','G','H','I','J','K','L','M',
|
||||
'N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
|
||||
'a','b','c','d','e','f','g','h','i','j','k','l','m',
|
||||
|
@ -1674,7 +1674,7 @@ xmlOutputBufferWriteBinHex(xmlOutputBufferPtr out,
|
|||
{
|
||||
int count;
|
||||
int sum;
|
||||
static char hex[16] =
|
||||
static const char hex[16] =
|
||||
{'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};
|
||||
int i;
|
||||
|
||||
|
@ -4733,6 +4733,4 @@ xmlTextWriterHandleStateDependencies(xmlTextWriterPtr writer,
|
|||
return sum;
|
||||
}
|
||||
|
||||
#define bottom_xmlwriter
|
||||
#include "elfgcchack.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue